@extends('layouts.app') @section('title', 'Add Category') @section('breadcrumb') @endsection @section('content')
@csrf
{{-- Main Info Card --}}
Category Information
{{-- Category Name --}}
@error('name')
{{ $message }}
@enderror
{{-- Parent Category --}}
Optional: Select if this is a subcategory
{{-- Description --}}
{{-- Settings Card --}}
Settings
{{-- Color --}}
Used for display in POS
{{-- Icon --}}
{{-- Status --}}
Inactive categories won't show in POS

{{-- Submit Button --}}
@push('styles') @endpush @push('scripts') @endpush @endsection