@extends('coach.layouts.contentNavbarLayout') @section('title', 'Appointments') @section('content')
{{ $callType }}
{{ $appointment->speciality->name_en }}
{{ $appointment->final_price }}
@if(request()->anyFilled(['search', 'status', 'date_filter'])) No appointments found for this filtering / search. @else You don't have any appointments currently. @endif