@extends('layouts.app') @section('title', 'لوحتي') @section('sidebar') @include('customer._sidebar') @endsection @section('content')
رصيد التذاكر المتبقي
{{ is_null($balance) ? 'غير محدود ∞' : $balance }}
@if($activePurchase && $activePurchase->expires_at)ينتهي في {{ $activePurchase->expires_at->format('Y-m-d') }}
@endif @if(is_null($balance) === false && $balance === 0) اشترِ باقة جديدة → @endif| {{ $ticket->ticket_number }} | {{ $ticket->subject }} | {{ $ticket->status }} |
| لا توجد تذاكر بعد. |