@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) }}

{{csrf_field()}}
@error('loan_product_id') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
@endsection @section('scripts') @endsection