@extends('layouts.app') @section('title') Add Loan @stop @section('breadcrumb') @stop @section('content')

Add Loan & Advance

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
Rs
@if ($errors->has('loan')) {{ $errors->first('loan') }} @endif
@if ($errors->has('payment_method')) {{ $errors->first('payment_method') }} @endif
Rs
@if ($errors->has('due_amount')) {{ $errors->first('due_amount') }} @endif
No
@if ($errors->has('receipt_no')) {{ $errors->first('receipt_no') }} @endif
@if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
No
@if ($errors->has('instrument_no')) {{ $errors->first('instrument_no') }} @endif
@stop @section('js') @stop