@extends( 'layouts.app') @section('title') Refund Unit @stop @section('breadcrumb') @stop @section('content')

Refund Unit


{{csrf_field()}}
@if ($errors->has('unit_no')) {{ $errors->first('unit_no') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop