@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Nyhed - Rediger @endsection @section("path") Rediger nyhed / @endsection @section("content")

Rediger nyhed:

$news])}}"> @csrf @method("PUT")
{!! $news->content !!}
@endsection @section("scripts") @endsection