@extends('front.patient.inner-layout.app') @section('page_tab_title' ,"My Service Providers") @section('content')

My Service Providers

@include('front.patient.inner-layout.header')
@if( isset($servicePro) && count($servicePro)==0)

You have no Service Providers

Your service providers will display here once
they add you or you book online.
@endif
@endsection @section('modals')
@include('front.patient.family.modals.invoice-filter') @endsection @section('css') @endsection @section('js') @endsection