Call History
@foreach ($call_histories as $index => $history) @endforeach
# Phone Submitted By Date Time
{{++$index}} {{$history->phone}} {{$history->user->name}} {{date('M d, Y', strtotime($history->createdAt))}} {{date('h:i A', strtotime($history->createdAt))}}