@extends('admin.layout') @section('content')

{{ trans('3 CX Hourly Report') }}

{{ trans('3 CX Hourly Report') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@foreach ($hourly as $hour => $data) @endforeach
Shift Hours Total Calls Call Answered Abandon Calls
{{ $hour }} {{ $data['Total'] }} {{ $data['Answered'] }} {{ $data['Cancelled'] }}
@endsection