Blog List
Add blog
@csrf
{{-- Sub --}} {{-- --}} @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