@extends('layouts.master') @section('title') {{trans_choice('general.borrower',2)}} {{trans_choice('general.pending',1)}} @endsection @section('content')
{{trans_choice('general.full_name',1)}} | {{trans_choice('general.business',1)}} | {{trans_choice('general.unique',1)}}# | {{trans_choice('general.mobile',1)}} | {{trans_choice('general.email',1)}} | {{trans_choice('general.status',1)}} | {{ trans_choice('general.action',1) }} |
---|---|---|---|---|---|---|
{{ $key->first_name }} {{ $key->last_name }} | {{ $key->business_name }} | {{ $key->unique_number }} | {{ $key->mobile }} | {{ $key->email }} | @if($key->active==1) {{trans_choice('general.active',1)}} @endif @if($key->active==0) {{trans_choice('general.pending',1)}} @endif |
|