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

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

{{ $title }}

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