@extends('core::layouts.master') @section('title') {{ trans_choice('client::general.client',2) }} @endsection @section('styles') @stop @section('content')
បញ្ចីរគ្រប់គ្រងអតិថិជន {{ trans_choice('core::general.back',1) }}
@foreach($data as $key) @endforeach
ល.រ លេខកូដសម្គាល់អតិថិជន ឈ្មោះ ភេទ លេខទូរស័ព្ទ លេខអត្តសញ្ញាណប័ណ្ណ {{ trans_choice('core::general.branch',1) }} {{ trans_choice('core::general.staff',1) }} {{ trans_choice('core::general.status',1) }} {{ trans_choice('core::general.action',1) }}
{{ $key->id }} {{trim(sprintf("%'.04d\n",$key->id))}} {{$key->name}} @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}} {{$key->external_id}} {{$key->branch}} {{$key->staff}} @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
@endsection @section('scripts') @endsection