@extends('layouts.user') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Loan Request
{{ csrf_field() }}
@foreach($authParams as $param)
@endforeach
@endsection @section('page-js') @endsection