@extends('admin.admin_master') @section('title') Blog Edit @endsection @section('content') . Edit Blog. Back @csrf Blog Ttile* @error('title') {{ $message }} @enderror Image If you want to change image then upload new image.... Description* {{ $blog->description }} @error('description') {{ $message }} @enderror @endsection
If you want to change image then upload new image....