@extends('backend.layouts.master') @push('css') @endpush @section('breadcrumb') @endsection @section('content')

{{ translate('Add Menu Item') }}

@foreach ($categories as $category)
@endforeach

@foreach ($pages as $page)
@endforeach

@foreach ($blogs as $blog)
@endforeach
@endsection @push('js') @include('js.admin.menu') @endpush