Multi-Branch Admin

Add stores, manage active locations, and keep POS branch-ready.

Branch
@forelse ($branches as $branch) @empty @endforelse
Branch Contact Staff Batches Sales Status Actions

{{ $branch->name }}

{{ $branch->code }} - {{ $branch->address }}

{{ $branch->phone ?: 'No phone' }}

{{ $branch->email }}

{{ $branch->employees_count }} {{ $branch->batches_count }} {{ $branch->sales_count }} {{ $branch->is_active ? 'Active' : 'Archived' }}
@csrf @method('DELETE')
No branches found.
{{ $branches->links() }}