@extends('layouts.default') @section('title', trans('general.title.dummy', ['type' => trans_choice('accounts.account_quickreport', 1)]).' : '. isset($chart) ? $chart->name : '') @section('new_button') {{-- --}} @endsection @section('content')
{!! Form::open(['url'=>'#', 'method'=>'POST', 'id'=>'refreshForm']) !!}
calendar_today  
{!! Form::close() !!}
@include('accounts.accounting.chartofaccounts.receivable-table')
@endsection @push('scripts') @endpush