@extends('layouts.admin') @section('styles') @endsection @section('content')

{{$page_title ?? ''}}

@if($credits->total() > 0) @include('admin.layouts.messages')
@foreach($credits as $credit) @endforeach
القيمة العملية الوقت
{{currency($credit_plain)}} {{!is_null($credit->type) ? trans('validation.wallet_types.'.$credit->type) : 'غير معروف'}} @if($credit->type == 'investor_contract' || $credit->type == 'contract') @if($credit->contract) {{$credit->contract->code}} @endif @elseif(in_array($credit->type, $downpayment)) @if($credit->type == 'booking_downpayment_locked' && $credit->credit < 0)

تم استخدام الرصيد في دفع فاتورة رقم {{pad_code($credit->model_id)}}

@else

حجز رقم {{pad_code($credit->model_id)}}

@endif @endif
{{$credit->created_at->diffForHumans(\Carbon\Carbon::now())}}
{{$credit->created_at->format('d/m/Y H:i:s')}}
@else @include('admin.layouts.no-records', ['records_name' => 'إضافة رصيد']) @endif
{{$credits->links()}}
@endsection