@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Menus']) @endsection @section('content')
{{ __('Menu Position') }} {{ __('Customize') }}
{{ __('Header Menu') }}
{{ __('Footer Left Menu') }}
{{ __('Footer Center Menu') }}
{{ __('Footer Right Menu') }}
@endsection @push('js') @endpush