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

{{ $data['reportLabel'] }}

Reset

{{ csrf_field() }} {{-- Project --}}
{{ Form::label('projects','Projects',['class'=>'control-label']) }} {{ Form::select('project', $data['projects'],@$_GET['project'],['class'=>'form-control','id'=>'project']) }}
{{-- Project Type --}}
{{ Form::label('project_type','Project Type',['class'=>'control-label']) }} {{ Form::select('project_type', [],@$_GET['project_type'],['class'=>'form-control','id'=>'project_type']) }}
{{-- Branch --}}
{{ Form::label('branch','Branch',['class'=>'control-label']) }} {{ Form::select('branch', [],null,['class'=>'form-control hr-select2','id'=>'branch']) }}
{{-- User --}}
{{ Form::label('user','User',['class'=>'control-label']) }} {{ Form::select('user', [],null,['class'=>'form-control','id'=>'user']) }}
{{-- 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.securityRegister.table')
Prepared by
Checked by
Approved by
@endif
{{-- ./panel-body --}}
{{-- ./panel --}}
@endsection @section('footerAssets') @endsection