@extends('admin.layouts.master') @section('title', 'Agent Evaluation') @section('content')

Agent Evaluation

@csrf
@php $warnings = explode(',',$internalData->warnings); $support_types = explode(',',$internalData->support_types); $support_values = explode(',',$internalData->support_values); $warnings = explode(',',$internalData->warnings); $warning_dates = explode(',',$internalData->warning_dates); $warning_actions = explode(',',$internalData->warning_actions); $warning_notes = explode(',',$internalData->warning_notes); @endphp
Warnings
@foreach ($warnings as $key=>$w)
@endforeach
{{-- --}}
@endsection @section('js') @endsection