@extends('admin.layouts.dashboard') @section('title', 'Add Block Category') @section('content')

Add Block Category

← Back
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection