@extends('layouts.app') @section('title','Add New') @section('content')

Add New Blog Category

View All
@csrf
@error('name') {{ $message }} @enderror
@endsection @push('js') @if(Session::has('messages')) @endif @endpush