@extends('hr_main') @section('title', '| Salary Deduction Report') @section('stylesheets') @include('hr.report.reportStyle') @endsection @section('content')
{{ $data['foundationAddress'] }}
{{ $data['reportLabel'] }}
Project: {{ $data['selectedProject'] }}
Month: {{ date('M Y',strtotime($data['startDate'])) }} to {{ date('M Y',strtotime($data['endDate'])) }}