@extends('layouts.super-admin-layout') @section('content')
@csrf
@if(count($menus)) @foreach($menus as $key) @endforeach @endif
# Name Menu Code Price Short Description Category Actions
{{ $loop->index +1 }} {{ $key->name }} {{ $key->menu_code }} {{ $key->price }} {{ $key->short_description }} {{ $key->menu_category?$key->menu_category->name:"" }}
{{$menus->links("pagination::bootstrap-4")}}
@endsection