@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'))
@endifNavn | Udløbsdato | @if(auth()->user()->can('news.edit')) | @endif @if(auth()->user()->can('news.delete')) | @endif @foreach($news as $new) | |
---|---|---|---|---|---|
{{$new->subname}} | @if($new->news_expiration_date !== null){{ \Illuminate\Support\Facades\Date::createFromTimeStamp(strtotime($new->news_expiration_date))->format('d/m/Y \k\l\. H:i') }} | @elseIngen udløbsdato | @endif@if(auth()->user()->can('news.edit')) | $new ]) }}"> | @endif @if(auth()->user()->can('news.delete'))@csrf | @endif