@extends('layouts.admin') @section('content')
@csrf
Update Blog
Enter Blog Title @error('tile') * @enderror
Blog Content @error('content') * @enderror
Choose Blog Cover Image @error('image') * @enderror

@endsection @section('script') @endsection