@extends('admin.layouts.form') @section('section', translate('Main Categories')) @section('title', translate('New Category')) @section('back', route('admin.categories.index')) @section('container', 'container-max-lg') @section('content')
@csrf
{{ translate('Category') }}
{{ translate('Files') }}
{{ translate('SEO (Optional)') }}
@push('top_scripts') @endpush @endsection