@extends('layouts.app') @section('title', 'تذكرة جديدة') @section('sidebar') @include('customer._sidebar') @endsection @section('content')
رصيدك الحالي: {{ is_null($balance) ? 'غير محدود ∞' : $balance.' تذكرة' }} @if($balance === 0) — اشترِ باقة أولاً @endif