@extends('layouts.app') @section('title', 'Add Category') @section('custom-css') @endsection @section('content')

{{ __('Category Create') }}

{{ __('pages.Back to list') }}
@error('title') {{ $message }} @enderror
@php $sorting = \App\Models\Ecommerce\ProductType::count(); @endphp
@error('sorting') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@endsection @section('custom-js') @endsection