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

Edit Blog

@csrf @method('PUT')
@if ($blog->thumbnail)

Current thumbnail:

@endif
@if ($blog->banner)

Current banner:

@endif
@if ($blog->image)

Current image:

@endif
is_published) ? 'checked' : '' }}>
Cancel
@endsection