@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Opret Nyhed @endsection @section("path") Opret Nyheder / @endsection @section("content")
CreateOpret Nyheder
@foreach($news as $new) @endforeach
Navn Update Delete
{{$new->subname}} $new ]) }}">Update
$new ]) }}" class="w-100 nostyle"> @csrf @method("delete")
{{ $news->links() }} @endsection