@extends('employee.employee-layouts.master') @section('content')

{{ __('My Reports') }}

{{-- --}} @foreach ($reports as $report) {{-- --}} @endforeach
{{ __('Download Report') }} {{ __('Date') }} {{ __('Note') }}{{__('Action')}}
{{ $report->submit_year }}, {{ getMonth($report->submit_month) }}  
@endsection