@php
use App\Services\CommonService as Common;
$startDate = Common::systemCurrentDate();
$endDate = Common::systemCurrentDate();
@endphp
@if(isset($printIcon) && $printIcon)
@if(isset($incompleteBranch) && $incompleteBranch)
|
@endif
|
@endif
Reporting Date:
{{ $startDate }}
to
{{ $endDate }}
|
Printed Date:
{{ (new Datetime())->format('d-m-Y') }}
|