@extends('layouts.master') @section('title') @lang('translation.branch') @endsection @section('css') @endsection @section('content') {{-- Page Header --}}
Manage and monitor all branch locations
Total Branches
With Reservation
Advanced Seating
Regions
| Sr. | Branch Information | Contact Person | Location Details | Features | User | Created Date | Actions |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{-- Branch Information --}}
{{ substr($branch->branch_name, 0, 2) }}
{{ $branch->branch_name }}{{ $branch->branch_address }} |
{{-- Contact Person --}}
{{ $branch->branch_contact_name }}
{{ $branch->branch_contact_email }}
{{ $branch->branch_contact_phone }}
|
{{-- Location Details --}}
{{ $branch->citys->name ?? '' }}, {{ $branch->states->name ?? '' }}
@if ($branch->location)
{{ $branch->location }}
@endif
@if ($branch->countrys)
{{ $branch->countrys->name ?? '' }}
@endif
|
{{-- Features --}}
@if ($branch->reservation_enabled)
Reservation
@endif
@if ($branch->advanced_seating_enabled)
Advanced
@endif
@if (!$branch->reservation_enabled && !$branch->advanced_seating_enabled)
Basic
@endif
|
{{-- User Column --}}
{{-- Created Date --}} |
{{ $branch->created_at->format('d M Y') }}
{{ $branch->created_at->format('H:i A') }}
|
{{-- Actions --}}
{{-- Hidden delete form --}} |