@extends('layouts.app') @section('title', 'أرصدة التأشيرات') @section('content')
| # | الشركة | الكمية | المستخدم | المتبقي | تاريخ الشراء | تاريخ الانتهاء | التكلفة | المصدر | الإجراءات |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($balances->currentPage() - 1) * $balances->perPage() }} | {{ $balance->company_name }} | {{ $balance->quantity }} | {{ $summary['used'] }} | @if($summary['remaining'] > 0) {{ $summary['remaining'] }} @else نفد الرصيد @endif | {{ $balance->formatted_purchase_date }} | {{ $balance->formatted_expiry_date }} | {{ $balance->cost ? number_format($balance->cost, 2) . ' ريال' : '—' }} | {{ $balance->source ?? '—' }} | |
|
لا توجد سجلات |
|||||||||