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

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

@foreach($data as $key) @endforeach
{{ trans_choice('core::general.name',1) }} {{ trans_choice('core::general.system',1) }} {{ trans_choice('core::general.id',1) }} {{ trans_choice('core::general.external_id',1) }} {{ trans('core::general.gender') }} {{ trans('core::general.mobile') }} {{ trans_choice('core::general.status',1) }} {{ trans_choice('core::general.branch',1) }} {{ trans_choice('core::general.staff',1) }} {{ trans_choice('core::general.action',1) }}
{{$key->name}} {{$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 {{$key->branch}} {{$key->staff}}
@endsection @section('scripts') @endsection