@section('title','Edit News') @include('layout.header') @include('layout.sidebar')

Edit News

@method('PUT') @csrf
@php $imagePath = $news->news_image; @endphp
@include('layout.footer')