@extends('backend.admin-master') @section('site-title') {{__('Navbar Settings')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Navbar Button Settings')}}

@csrf

{{__('Navbar Style Settings For Inner Pages')}}

@endsection @section('script') @endsection