@extends('backend.admin.layouts.app') @section('content')

Dashboard

@foreach ($menu as $item) @endforeach
# SubCategory Slug Order Image Action
{{ $loop->iteration }} {{ ucfirst($item->name) }} {{ $item->slug }} {{ $item->order }} @if($item->image) {{ $item->name }} @endif
@csrf {{ method_field('DELETE') }}
@endsection @push('style') @endpush