@extends('admin.layout') @section('content')

Menu Builder

Menu Builder

Add/Edit/Update Area
Main Menu Area
Pre-Made Menu Area
  • {{__('Home')}}
  • {{__('About')}}
  • {{__('Services')}}
  • {{__('Portfolios')}}
  • {{__('Pages')}}
  • {{__('Packages')}}
  • {{__('Team')}}
  • {{__('FAQ')}}
  • {{__('Gallery')}}
  • {{__('Career')}}
  • {{__('Blogs')}}
  • {{__('Products')}} Mega Menu
  • {{__('Products')}} Normal Link
  • {{__('Contact')}}
  • @foreach ($pages as $page)
  • {{$page->title}}
  • @endforeach
@endsection @section('script') @endsection