@extends('employee.employee-layouts.master')
@section('content')
{{ __('Download Report') }} |
{{ __('Date') }} |
{{ __('Note') }} |
{{-- {{__('Action')}} | --}}
@foreach ($reports as $report)
|
{{ $report->submit_year }}, {{ getMonth($report->submit_month) }} |
|
{{--
| --}}
@endforeach
@endsection