@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Ugentligt aktiviteter - Vis @endsection @section("path") Vis ugentlig aktiviteter / @endsection @section("content") @if(auth()->user()->can('event.edit')) @endif @if(auth()->user()->can('event.delete')) @endif @foreach($multiEvents as $event) @if(auth()->user()->can('event.edit')) @endif @if(auth()->user()->can('event.delete')) @endif @endforeach
Uge previewPrint UpdateDelete
{{ $event->week}} preview $event->id ]) }}" target="_blank">Print $event->id ]) }}">Update @csrf Delete
@endsection @section('scripts') @endsection