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

Edit Blog

Back to List
@csrf @method('PUT')
{!! $blog->description !!}

@if($blog->image) @else @endif
@endsection @section('custom_script') @endsection