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

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

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