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