@extends("layouts.app") @section("title", "Edit Post") @section("content") Back
@csrf @method('PUT') {{-- Title --}}
{{-- Category --}}
{{-- Content --}}
{{-- Image --}}

@if ($post->image) @endif
{{-- Status --}}
@endsection