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

{{ trans('3CX Abondon Detail Data') }}

{{ trans('3CX Abondon Detail Data') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@foreach ($dateWiseReport as $admin) @endforeach
Date Caller ID Time
{{ $admin['date'] }} {{ $admin['caller_id'] }} {{ $admin['time'] }}
@endsection