@extends('frontend.astrologers.layout.master') @section('content')

My Calls

Check your complete call history here.

Call History

{{-- --}} @foreach ($getAstrologerCall['recordList'][0]['callHistory'] as $calldata) @if (!empty($calldata)) {{-- --}} @endif @endforeach
Transaction Details Call RateView
{{$calldata['call_type']==10 ? 'Audio' : 'Video'}} Call with {{ $calldata['name'] }} for {{ $calldata['totalMin'] }} minutes
{{ date('j-F-Y H:i a', strtotime($calldata['created_at'])) }}
Completed
{{ $currency['value'] }}{{ $calldata['deduction'] }}
View
@endsection @section('scripts') @endsection