@extends('hr_main') @section('title', '| Security Register') @section('stylesheets') @include('hr.report.reportStyle') @endsection @section('content')

{{ $data['reportLabel'] }}

Reset

{{ csrf_field() }} {{-- Project --}}
{{-- Project Type --}}
{{-- Branch --}}
{{-- Employee --}}
{{-- Start Date --}}
{{-- End Date --}}
{{-- Submit Button --}}
{{-- ./row --}}
@if( $data['filtered'] )

{{ $data['foundationName'] }}

{{ $data['foundationAddress'] }}

Project: {{ $data['selectedProject'] }}

{{ $data['reportLabel'] }}

Month: {{ date('M Y',strtotime($data['startDate'])) }} to {{ date('M Y',strtotime($data['endDate'])) }}

@include('hr.report.hafij.securityRegister.table')
Prepared by
Checked by
Approved by
@endif
{{-- ./panel-body --}}
{{-- ./panel --}}
@endsection @section('footerAssets') @endsection