@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('content')
{{ __('admin_template.Layout Options') }}
{{__('admin_template.Layout Options')}}
{{__('admin_template.Fixed Header')}}
{{__('admin_template.Makes the header top fixed, always visible!')}}
{{__('admin_template.Fixed Sidebar')}}
{{__('admin_template.Makes the sidebar left fixed, always visible!')}}
{{__('admin_template.Header Options')}}
  • {{__('admin_template.Choose Color Scheme')}}
{{__('admin_template.Sidebar Options')}}
  • {{__('admin_template.Choose Color Scheme')}}
@endsection @section('js') @parent @endsection