@extends('layout.app') @include('includes.select2') @section('title', 'Edit Doctor | Waiting Room') @section('content')
Back
$
Add Working Hours
@foreach ($UserData->WorkingDays as $workingDay)
{{--
--}}
{{--
--}}
@endforeach
@endsection @section('custom-script') @include('includes.selet2js') @endsection