@extends('common.dashboard') @section('title','Call Services') @section('content')

Call Service

@foreach($services as $key=>$row) @endforeach
# Caller info PurposeLocationAction
{{$key+1}} {{ $row->phone }} ({{$row->name}}) {{$row->purpose}} {{$row->location}}
@endsection