@extends('coach.layouts.contentNavbarLayout') @section('title', 'Audio Call') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')

Audio Call with {{ $appointment->employee->name }}

@endsection @section('page-script') @endsection