@extends('layouts.' . $viewPrefix . '.' . session('layout', 'app')) @section('title','Training Register Reports') @section('content')
{{ __('Training Register Reports') }}
{{ __('Back to Records') }} @can(\App\Models\Permission::PERM_TRAINING_CREATE) {{ __('Create New Training Record') }} @endcan
@foreach($charts as $id => $chart)

Types of Completed Training

Email Link
@endforeach
@endsection @section('modal') @endsection @push('js') @endpush