@extends('layouts.master') @section('title') Support Dashboard @endsection @section('css') @endsection @section('content')

Support Tickets

This is the list of most recent support tickets. Click the "Call customer" button to start a phone call from your browser.

Receive a call
Dial Pad
@include('includes.dialpad')
{{--
@foreach ($tickets as $ticket)
Ticket #{{ $ticket->id }} {{ $ticket->created_at}}

Name: {{ $ticket->name }}

Phone number: {{ $ticket->phone_number }}

Description:

{{ $ticket->description }}
@endforeach
--}}
{{--
Dial Pad
@include('includes.dialpad')
--}}
@endsection('content') @section('javascript') @endsection