@extends('layouts.app') @section('title') New Reconciliation @stop @section('breadcrumb') @stop @section('content')

New Reconciliation

Add Information

{{csrf_field()}}
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('account')) {{ $errors->first('account') }} @endif
 
@stop