@extends('admin.layouts.app') @section('content')
| {{__('Title')}} | {{__("Use for")}} | {{__('Date')}} | |
|---|---|---|---|
| {{$row->name}} |
@foreach($menu_locations as $l=>$menu_id)
@if($menu_id == $row->id and isset($locations[$l]))
{{$locations[$l]}} @endif @endforeach |
{{$row->updated_at}} |