@extends('components.app') @section('styles') @endsection @section('title') Call Histroy @endsection @section('content')
{{--

Add User

--}}
Placeholder32x32

Call Histroy

dashboard > call histroy
@csrf @foreach ($data as $item) @endforeach
#id to from uuid language status input created at action
{{$item->id}} {{$item->to}} {{$item->from}} {{$item->uuid}} {{$item->language}} {{$item->status}} @isset($item['dtmf']['digits']) {{$item['dtmf']['digits']}} @endisset {{date("Y-m-d H:i", strtotime($item->created_at))}}
@if(!empty($data)) {{ $data->links() }} @endif
@endsection @section('scripts') @endsection