{{Lang::get('customer.borrower_details')}}

@if (Sentinel::hasAccess('lien.add-borrower') || Sentinel::inRole('admin')) @endif
@if (isset($lienBorrower)) @foreach ($lienBorrower as $item) @if ($item->active != 0 || Sentinel::inRole('admin')) @if ((Sentinel::hasAccess('lien.inactive-borrower') && Sentinel::hasAccess('lien.active-borrower')) || Sentinel::inRole('admin') ) @endif @endif @endforeach @endif
{{Lang::get('customer.id')}} {{Lang::get('customer.name')}} {{Lang::get('customer.email')}} {{Lang::get('customer.contact_number')}} {{Lang::get('customer.gender')}} {{Lang::get('customer.relationship')}} {{Lang::get('customer.action')}}
{{ $item->borrower->id}} {{ $item->borrower->full_name}} {{ $item->borrower->email}} {{ $item->borrower->mobile_1}} {{ $item->borrower->gender}} {{ $item->relation}} @if ($item->active == 0) Active @else Inactive @endif