@extends('front.patient.inner-layout.app')
@section('page_tab_title' ,"My Service Providers")
@section('content')
My Service Providers
@include('front.patient.inner-layout.header')
@endsection
@section('modals')
@include('front.patient.family.modals.invoice-filter')
@endsection
@section('css')
@endsection
@section('js')
@endsection