@extends('front.inner-layout.app') {{-- {{Session::get('message', 'info')}} --}} @section('content')

My Dashboard

@include('front.inner-layout.header')

My Availability

My Availability

The hours you are available for appointments in your business

@forelse ($practitionerBusinessLocations as $key=>$location) @endforeach
@endsection @section('modals') @endsection @section('css') @endsection @section('js') @endsection