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

Loan Adjustment

{{csrf_field()}}
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
Rs
@if ($errors->has('loan')) {{ $errors->first('loan') }} @endif
Rs
@if ($errors->has('loan')) {{ $errors->first('loan') }} @endif
@stop @section('js') @stop