@extends('admin.admin_master') @section('title') Blog Edit @endsection @section('content')
.

Edit Blog. Back

@csrf
@error('title') {{ $message }} @enderror

If you want to change image then upload new image....

@error('description') {{ $message }} @enderror
@endsection