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

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

@lang('accounting-reports::lang.cash_book') @lang('accounting-reports::lang.tally_style')

{!! Form::label('date_range', __('report.date_range') . ':') !!}
{!! Form::text('date_range', null, [ 'class' => 'form-control', 'id' => 'date_range', 'readonly', 'placeholder' => __('lang_v1.select_a_date_range') ]) !!}
{!! Form::label('quick_dates', __('daybook::lang.quick_filters') . ':') !!}
{!! Form::hidden('start_date', '', ['id' => 'start_date']) !!} {!! Form::hidden('end_date', '', ['id' => 'end_date']) !!}
{!! Form::label('location_id', __('business.business_location') . ':') !!} {!! Form::select('location_id', $locations, null, ['class' => 'form-control select2', 'id' => 'location_id', 'placeholder' => __('messages.all')]) !!}
{!! Form::label('user_id', __('daybook::lang.user') . ':') !!} {!! Form::select('user_id', $users, null, ['class' => 'form-control select2', 'id' => 'user_id', 'placeholder' => __('messages.all')]) !!}

@lang('daybook::lang.datetime') @lang('daybook::lang.voucher_no') @lang('daybook::lang.module') @lang('daybook::lang.party') @lang('daybook::lang.location') @lang('daybook::lang.account') @lang('daybook::lang.debit') @lang('daybook::lang.credit') @lang('daybook::lang.narration') @lang('daybook::lang.user')
@lang('daybook::lang.total'): 0.00 0.00
Opening Balance: 0.00 -
Current Total: 0.00 0.00
Closing Balance: 0.00 -
@endsection @section('javascript') @endsection