@extends('layouts.admin') @section('title', $Title ) @section('content')
@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@csrf
@php $number = ($MenuList->currentpage()-1)* $MenuList->perpage() + 1;@endphp @forelse($MenuList as $key => $list) @empty @endforelse
# Name Parent Menu Url Pages Created At Status Action
{{ $number }} {{$list->name}} @if(!empty($list->parentname->name)) {{$list->parentname->name}} @endif {{$list->url}} @if(!empty($list->pagename->title)) {{$list->pagename->title}} @endif {{$list->created_at}}
status=="0") checked @endif>
   
@csrf @method('delete')
No Data Found
# Name Parent Menu Url Pages created_at Status Action
Showing {{ $MenuList->firstItem() }} to {{ $MenuList->lastItem() }} of total {{$MenuList->total()}} entries
{{ $MenuList->links() }}
@endsection