@extends('core::layouts.master') @section('title') {{ trans_choice('client::general.client',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('client::general.client',2) }}

{{number_format($data->total())}} {{ trans_choice('client::general.client',2) }} {{ trans_choice('core::general.found',1) }}

@foreach($data as $key)
{{$key->id}}
{{$key->external_id}}
@if($key->gender == "male") {{trans_choice('core::general.male',1)}} @endif @if($key->gender == "female") {{trans_choice('core::general.female',1)}} @endif @if($key->gender == "other") {{trans_choice('core::general.other',1)}} @endif @if($key->gender == "unspecified") {{trans_choice('core::general.unspecified',1)}} @endif
{{$key->mobile}}
@if($key->status == "pending") {{trans_choice('core::general.pending',1)}} @endif @if($key->status == "active") {{trans_choice('core::general.active',1)}} @endif @if($key->status == "inactive") {{trans_choice('core::general.inactive',1)}} @endif @if($key->status == "deceased") {{trans_choice('client::general.deceased',1)}} @endif @if($key->status == "unspecified") {{trans_choice('core::general.unspecified',1)}} @endif
@endforeach
{{$data->links()}}
{{ trans_choice('core::general.page',1) }} {{$data->currentPage()}} {{ trans_choice('core::general.of',1) }} {{$data->lastPage()}}
@endsection @section('scripts') @endsection