@extends('layouts.app') @section('title', __('credit.title')) @section('content')
{{ __('credit.title') }} — {{ $application->application_number }}
{{ __('app.back') }}
@csrf
{{-- Financial inputs --}}
{{ __('credit.financial_inputs') }}
@foreach($inputKeys as $key)
@endforeach
{{-- Computed ratios + decision --}}
{{ __('credit.ratios') }}
    @foreach(['dpr','ltv','cov','revenue_growth','ebitda_margin','dscr','debt_to_ebitda','current_ratio','net_profit_margin'] as $r)
  • {{ __('credit.ratios_labels.' . $r) }}
  • @endforeach
{{ __('credit.decision_panel') }}
@endsection @push('scripts') @endpush