@extends('layouts.master') @section('title') {{translate('guarantor')}} @endsection @section('content')
{{translate('guarantor')}}
@if(Sentinel::hasAccess('loans.guarantor.create')) {{translate('add guarantor')}} @endif
@foreach($data as $key) @endforeach
{{translate('full_name')}} {{translate('business')}} {{translate('unique')}}# {{translate('mobile')}} {{translate('email')}} {{ translate('action') }}
{{ $key->first_name }} {{ $key->last_name }} {{ $key->business_name }} {{ $key->unique_number }} {{ $key->mobile }} {{ $key->email }}
@endsection @section('footer-scripts') @endsection