@extends('layouts.app') @section('style') @endsection @section('content')
New Loan
@csrf
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('deduction_rate'))
{{ $errors->first('deduction_rate') }}
@endif
@section('script') @endsection @endsection