@extends('admin.layout.master') @section('title','Chart Of Account Report') @section('custom_style') @endsection @section ('content')
@include('admin.layout.title_header', ['title'=>' CHART OF ACCOUNT'])
@php // $printData['start_date']=Request()->start_date?date('d-M-Y',strtotime(Request()->start_date)):date('d-M-Y'); // $printData['end_date']=Request()->date_to?date('d-M-Y',strtotime(Request()->date_to)):date('d-M-Y'); $routeName=Route::currentRouteName(); $printData=getPrintData($routeName,[]); @endphp {!!$printData['head']!!}
{!! $accountsHeadDataHtml !!}
ACCOUNTS HEAD ACCOUNT CODE
{{-- --}} @endsection @section('script') @stop