@extends('backend.layouts.main') @section('title', 'MLI ATS | Weekly MOF Report') @section('content')
@include('backend.share.title', ['title' => 'Manage Weekly MOF Report'])

MOF and Participation Record

@if ($mofReports->count()) @foreach ($mofReports as $index => $mofReport) @endforeach @else @endif
# Week Expired But Active Status Analysis Total Expired OnePager Produced OnePager In-Route OnePager Uploaded Attach #4 MOF Uploaded Participation Records Uploaded Income /Exp Report Attach #6 Action
{{ $index + $mofReports->firstItem() }}
{{ date('m/d/Y', strtotime($mofReport->week)) }}
{{ $mofReport->expired_but_active }}
{{ $mofReport->analysis }}
{{ $mofReport->total_expired }}
{{ $mofReport->one_pager_produced }}
{{ $mofReport->one_pager_in_route }}
{{ $mofReport->one_pager_attach4 }}
{{ $mofReport->mof_uploaded }}
{{ $mofReport->participation_uploaded }}
{{ $mofReport->income_report_attach6 }}
No Data Found
@include('backend.share.pagination', ['data' => $mofReports])
@endsection