Blog List
Edit blog
@csrf
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
@if ($errors->has('blog_title'))
{{ $errors->first('blog_title') }}
@endif
@if ($errors->has('short_desc'))
{{ $errors->first('short_desc') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('teacher_id'))
{{ $errors->first('teacher_id') }}
@endif
{{-- --}} @if ($errors->has('image'))
{{ $errors->first('image') }}
@endif image)}}" style="width:50px;height:50px;">
@if ($errors->has('sort_order'))
{{ $errors->first('sort_order') }}
@endif
{{-- --}}