@extends('backend.layouts.main') @section('title', 'MLI ATS | Reports: JAC 15 – Training') @section('content')
@include('backend.share.title', ['title' => 'Reports: JAC 15 – Training'])
@include('backend.report.jac15.items.header')
@if ($jac15Reports->count()) @foreach ($jac15Reports as $index => $jac15Report) @endforeach @else @endif
# Year/Quarter Describe IPCE Team CPD Needs Identified Learning Plan Implemented based on Needs Internal/External Time/Resources
{{ $index + $jac15Reports->firstItem() }}
{{ $jac15Report->year_quarter }}
{{ Str::words($jac15Report->ipce_team, 4, ' ....') }}
{{ Str::words($jac15Report->cpd_need, 4, ' ....') }}
{{ Str::words($jac15Report->learning_plan, 4, ' ....') }}
{{ $jac15Report->int_ext }}
{{ Str::words($jac15Report->time_resources, 4, ' ....') }}
No Data Found
@include('backend.share.pagination', ['data' => $jac15Reports])
@endsection