@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Nyheder - Vis @endsection @section("path") Vis Nyheder / @endsection @section("content") @if(auth()->user()->can('news.create'))
CreateOpret Nyheder
@endif @if(auth()->user()->can('news.edit')) @endif @if(auth()->user()->can('news.delete')) @endif @foreach($news as $new) @if($new->news_expiration_date !== null) @else @endif @if(auth()->user()->can('news.edit')) @endif @if(auth()->user()->can('news.delete')) @endif @endforeach
Navn Udløbsdato previewUpdateDelete
{{$new->subname}}{{ \Illuminate\Support\Facades\Date::createFromTimeStamp(strtotime($new->news_expiration_date))->format('d/m/Y \k\l\. H:i') }}Ingen udløbsdatopreview $new ]) }}">Update @csrf Delete
@endsection @section('scripts') @endsection