@extends('layouts.app') @section('title', __('accounting-reports::lang.reconciliation')) @section('content')

@lang('accounting-reports::lang.reconciliation') - {{ $account->name }}

@lang('accounting-reports::lang.reconciliation')

{!! Form::label('end_date', __('accounting-reports::lang.as_on_date') . ':') !!} {!! Form::text('end_date', @format_date('now'), ['class' => 'form-control date-picker', 'id' => 'end_date']) !!}

@lang('accounting-reports::lang.select_as_on_date')

@endsection @section('javascript') @endsection