{{ isset($post) ? 'Update Blog' : 'Add New Blog' }}

@csrf @if(isset($post)) @method('PUT') @endif
@if(isset($post) && $post->image)
@endif