Loan {{ Config::get('app.app_name') }} V{{ Config::get('app.app_version') }}
Toggle navigation
    {{-- If Use can sale --}} @if(mort_before_payments()->count() > 0)
  • {{ mort_before_payments()->count() }}
  • @endif @if(mort_today_payments()->count() > 0)
  • {{ mort_today_payments()->count() }}
  • @endif @if(mort_late_payments()->count() > 0)
  • {{ mort_late_payments()->count() }}
  • @endif @if(count(get_min_amount()) > 0)
  • {{ count(get_min_amount()) }}
  • @endif @if (cont_payment_today() > 0)
  • {{ cont_payment_today() }}
  • @endif
  • @if(!empty(Auth::user()->photo)) User Image @endif {{ Auth::user()->fullName() }}
    • @if(!empty(Auth::user()->photo)) User Image @endif

      {{Auth::user()->first_name}} Member since. {{formatDate(Auth::user()->created_at)}}

    • {{ link_to_route('form.logout',Trans('messages.logout') ,null, ['class' => 'btn btn-default btn-flat']) }}