@extends('layouts.app') @section('content')

{{trans('lang.drivers_payout_plural')}}

@if(count($withdrawal) > 0) @foreach($withdrawal as $value) @endforeach @else @endif
{{ trans('lang.driver')}} {{trans('lang.paid_amount')}} {{trans('lang.drivers_payout_note')}} {{trans('lang.drivers_payout_paid_date')}}
{{$value->prenom}} {{$value->nom}} @if($currency->symbol_at_right=="true") ({{number_format($value->amount,$currency->decimal_digit)."".$currency->symbole}}) @else ({{$currency->symbole."".number_format($value->amount,$currency->decimal_digit)}}) @endif {{$value->note}} {{date('d F Y h:i A',strtotime($value->creer))}}
{{trans("lang.no_result")}}
{{ $withdrawal->links('pagination.pagination') }}
@endsection @section('scripts') @endsection