@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.create',1) }} {{ trans_choice('loan::general.application',1) }} @endsection @section('content') {{ trans_choice('core::general.create',1) }} {{ trans_choice('loan::general.application',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('core::general.create',1) }} {{ trans_choice('loan::general.application',1) }} {{csrf_field()}} {{trans_choice('loan::general.loan',1)}} {{trans_choice('loan::general.product',1)}} @error('loan_product_id') {{ $message }} @enderror {{trans_choice('loan::general.amount',1)}} @error('amount') {{ $message }} @enderror {{trans_choice('core::general.note',2)}} @error('notes') {{ $message }} @enderror @endsection @section('scripts') @endsection