@extends('layouts.master') @section('content')

Blogs

@include('sweetalert::alert')
@csrf
@error('title') {{$errors->first('title')}} @enderror
@error('image') {{$errors->first('image')}} @enderror
@error('short_description') {{$errors->first('short_description')}} @enderror
@error('description') {{$errors->first('description')}} @enderror
@endsection