@extends('layouts.app') @section('title', 'Branch Management - Tiqkets') @section('page-title', 'Branches') @section('content') {{-- ✅ If there are NO branches, show setup screen --}} @if ($branch->isEmpty())
Add your first branch, operating hours, services you offer, and team details.
Add Branch| S. No. | Name | Contact Details | Users | Status | Last Updated | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($branch->currentPage() - 1) * $branch->perPage() }} |
{{ $branches->branch_name }}
{{ $branches->branch_address }}
|
{{ $branches->branch_contact_name }}
{{ $branches->branch_contact_phone }} · {{ $branches->branch_contact_email }}
|
{{ count($branches->userscount) }} | {{ ucfirst($branches->status) }} | {{ $branches->updated_at->format('d-m-Y H:i:s') }} |
{{-- Manage QR Button - Opens Modal --}}
|