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

Category

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