@extends('layouts.app') @section('title', 'خريطة القاعة') @section('content')

خريطة القاعة التفاعلية

اضغط على أي قسم لمعرفة تفاصيله

خشبة المسرح VIP {{ $sectionStats['VIP']['occupied'] ?? 0 }}/{{ $sectionStats['VIP']['total'] ?? 0 }} A {{ $sectionStats['A']['occupied'] ?? 0 }}/{{ $sectionStats['A']['total'] ?? 0 }} B {{ $sectionStats['B']['occupied'] ?? 0 }}/{{ $sectionStats['B']['total'] ?? 0 }} C {{ $sectionStats['C']['occupied'] ?? 0 }}/{{ $sectionStats['C']['total'] ?? 0 }} D {{ $sectionStats['D']['occupied'] ?? 0 }}/{{ $sectionStats['D']['total'] ?? 0 }} E {{ $sectionStats['E']['occupied'] ?? 0 }}/{{ $sectionStats['E']['total'] ?? 0 }} F {{ $sectionStats['F']['occupied'] ?? 0 }}/{{ $sectionStats['F']['total'] ?? 0 }} G {{ $sectionStats['G']['occupied'] ?? 0 }}/{{ $sectionStats['G']['total'] ?? 0 }} H {{ $sectionStats['H']['occupied'] ?? 0 }}/{{ $sectionStats['H']['total'] ?? 0 }} مخرج 1 مخرج 2 مخرج 3 مخرج 4 المدخل الرئيسي @foreach(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H'] as $section) @endforeach

دليل الألوان

VIP
الأقسام العادية
مخارج الطوارئ
المدخل الرئيسي
@foreach(['VIP', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H'] as $section)
{{ $section }}
{{ $sectionStats[$section]['occupied'] ?? 0 }}/{{ $sectionStats[$section]['total'] ?? 0 }}
@endforeach
@endsection