@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Menuplan - Vis @endsection @section("path") Vis Menuplan / @endsection @section("content") @if(auth()->user()->can('menuplan.create'))
CreateOpret Menuplan
@endif @if(auth()->user()->can('menuplan.edit')) @endif @if(auth()->user()->can('menuplan.delete')) @endif @foreach($menuPlans as $menuplan) @if(auth()->user()->can('menuplan.edit')) @endif @if(auth()->user()->can('menuplan.delete')) @endif @endforeach
Uge PrintUpdateDelete
{{$menuplan->week}} $menuplan ]) }}" target="_blank">Print $menuplan ]) }}">Update @csrf Delete
@endsection @section('scripts') @endsection