@extends('admin.admin_layouts') @section('styles') @if($siteLayout == 'top') @else @endif @endsection @section('breadcrumb')
@endsection @section('content')# | @lang('module_call_enquiry.callingAgent') | @lang('module_call_enquiry.duration') | @lang('module_call_enquiry.calledOn') |
---|---|---|---|
{{ $loop->remaining + 1 }} | {!! \App\Classes\Common::getUserWidget($callHistory->user) !!} | {{ $callHistory->time_taken > 0 ? strtolower(\App\Classes\Common::secondsToStr($callHistory->time_taken)) : '-' }} | {{ $callHistory->created_at->format('d F, Y h:i:s a') }} |
@lang('messages.noCallHistoryFound') |