{{ $loop->iteration }} |
{{ $client->name }} |
{{ $client->surname }} |
{{ $client->email }} |
{{ \Carbon\Carbon::createFromFormat('Y-m-d', $client->dob)->format('d/m/Y') }}
|
{{ $client->id_card_number }} |
{{ $client->embg }} |
{{ $client->address }} |
{{ $client->bank_account }} |
{{----}}
{{----}}
|
@if($client->approved == 0)
Oдобри
@endif
@if($client->approved == 1)
Одобрен
@endif
|
|
@endforeach