Edit Blog Post

@csrf @method('PUT')
@php $imagePath = ltrim($post->featured_image ?? '', '/'); @endphp @if($post->featured_image && file_exists(public_path($imagePath))) Featured Image @else

No image available

@endif