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

Update Loan

{{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
@stop @section('js') @stop