@extends('layouts.app') @section('title','Edit Blog Post') @section('content')
@csrf @method('PUT')
{{ $errors->first('title') }}
{{ $errors->first('title_bn') }}
{{ $errors->first('user_id') }}
{{ $errors->first('blog_category_id') }}
@if ($blog->image)

@endif {{ $errors->first('image') }}
{{ $errors->first('description') }}
{{ $errors->first('status') }}
Cancel
@endsection