@extends('layouts.auth') @section('content')

Edit News Article

@if ($errors->any())
@endif
@csrf @method('PUT')
@if($news->image) Image @endif
@endsection