@extends('layouts.app') @section('title', 'Edit Branch - Tiqkets') @section('page-title')
Add Branch
@endsection @section('header-action')
@endsection @push('styles') @endpush {{-- @section('header-action')
@endsection --}} @section('content')
Branch Details Completed

Edit name and address of your business branch

Table Management In Progress

Manage tables on your branch for advanced seating

Team Members

Edit your team members working in this branch

@method('PUT')

Branch Details

Contact Details
Additional Setup
reservation_enabled ? 'checked' : '' }}>
takeaway_enabled ? 'checked' : '' }}>

Table Management

Tables
@foreach ($branch->tables as $table) @endforeach
Table ID Name Description Min Max
{{ $table->table_code }} {{ $table->table_name }} {{ $table->description ?? '-' }} {{ $table->min_capacity }} {{ $table->max_capacity }}

Edit Team ({{ $teamMembers->count() }}/5)

@if ($teamMembers->count() < 5) @endif
{{-- @dd($teamMembers) --}} @foreach ($teamMembers as $member) @endforeach
Name Email Phone Role
{{ $member->name }}
{{ $member->email }}
{{ $member->phone }}
{{ $member->roles->role_name ?? 'N/A' }} {{-- --}}
{{--
--}}
@endsection @push('scripts') @endpush