@extends('layouts.admin') @section('title', 'Add New Bloc Category') @section('content')

Create Blog Category

@csrf
@error('title')
{{ $message }}
@enderror
Cancel
@endsection