@extends('layouts.master') @section('title', 'New category | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new category')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.vehicle category') }} | {{ __('basic.new category') }}
{{ __('basic.new category') }}
@csrf
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection