@extends('core::layouts.master') @section('title') {{ $loan_guarantor->first_name }} {{ $loan_guarantor->last_name }} @endsection @section('content')
@if(!empty($loan_guarantor->photo)) User profile picture @else User profile picture @endif

@if(!empty($loan_guarantor->title)) {{$loan_guarantor->title->name}} @endif {{$loan_guarantor->first_name}} {{$loan_guarantor->last_name}}

@if(!empty($loan_guarantor->profession->name)) {{$loan_guarantor->profession->name}} @endif

{{trans_choice('core::general.extra',1)}} {{trans_choice('core::general.detail',2)}}

{{trans_choice('core::general.address',1)}}

{{$loan_guarantor->address}}
@if(!empty($loan_guarantor->country)) {{$loan_guarantor->country->name}} @endif


{{trans_choice('core::general.note',2)}}

{{$loan_guarantor->notes}}

@endsection @section('scripts') @endsection