@extends('hr_main') @section('title', "| $title") @section('stylesheets') @endsection @section('content')
@include('hr.report.common.panelHeading')
@include('hr.report.staffReligiousReport._filterForm')
{{-- ./row --}} @if($isFilterFormSubmitted)

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

{{ $title }}

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