{{ __('Manage Your Lead Categories') }}

Add New Category

@csrf
Add Category

Your Categories

This list includes global categories set by the admin and categories you have created for your company.

@foreach($categories as $category) @endforeach
Name Type Actions
{{ $category->name }} @if(is_null($category->company_id)) Global @else Company @endif @if(!is_null($category->company_id))
@csrf @method('DELETE')
@endif
@push('scripts') @endpush