@extends('dashboard.layouts.app') @section('title', trans('admin.categories.title') . ' - ') @section('speedbar')
@endsection @section('content')
@can('create', 'categories') @lang('admin.add') @endcan
{{--
--}} {{--
--}} {{--
--}} {{--
Save
--}} {{--
--}}
@endsection @push('css') @endpush @push('js') {{-- --}} {{-- --}} {{-- --}} @vite(['resources/js/app.js']) @endpush