@section('style') @extends('layouts.backend.app') @section('content')
{{ __('Menu Settings') }}
@if ($errors->any())
@endif
@foreach($menus as $key => $row) @csrf @endforeach
# Name Action
{{ $key+1 }}
@endsection @section('script') @endsection