@extends('hr_main') @section('title', '| Increment Held Report') @section('stylesheets') @endsection @section('content')
{{ $pageTitle }}
{{-- @include('hr.report.incrementHeldReport._filterForm') --}} @include('hr.report.common._filterForm')
{{-- ./row --}} @if($isFilterFormSubmitted)

{{ $data['company']->name }}

{{ $reportTitle }}

{{ $data['company']->address }}
Branch: {{$data['branchName']}}
@include('hr.report.incrementHeldReport._table')
@endif
{{-- ./panel-body --}}
{{-- ./col-md-12 --}}
{{-- ./row --}} @endsection @section('footerAssets') @include('hr.report.common.printAndExcelExport') @endsection