@extends('admin.layout') @section('content')

Edit Blog

@csrf @method('PUT')
@if($blog->image) @endif
Back
@endsection