@extends('hr_main') @section('title', '| Leave Status Report') @section('stylesheets') @endsection @section('content')
{{ $pageTitle }}
@include('hr.report.yearlyLeaves._filterForm',[ 'projects' => $projects ])
{{-- ./row --}} @if($isFilterFormSubmitted)

{{ $company->name }}

{{ $reportTitle }}

{{ $company->address }}
@if($selectedBranch->id != '*') Branch : {{ $selectedBranch->name }} @endif
@include('hr.report.yearlyLeaves._table')
@endif
{{-- ./panel-body --}}
{{-- ./col-md-12 --}}
{{-- ./row --}} @endsection @section('footerAssets') @endsection