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

My Dashboard

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

My Details

--}}

My Personal details

Upload profile
image
Upload profile
image
Remove
{{----}}
{{--
--}}

My Business details

@forelse($practitionerLocation as $key => $location) @if($loop->first)



Upload Logo


Upload Logo



My Availability *

@if($location->hours !='')
    @foreach($location->hours as $hour)
  • status=='open') checked @endif>
  • @endforeach
@else
@endif
@if($location->hours !='') @foreach($location->hours as $hour)
status=='open') style=display:block @else style=display:none @endif>

{{ucfirst($hour->day)}}

To:
To:
@endforeach @else @endif
@else
Remove this location



My Availability *

{{--
--}} @if($location->hours !='')
    @foreach($location->hours as $hour)
  • status=='open') checked @endif>
  • @endforeach
@else
@endif
@if($location->hours !='') @foreach($location->hours as $hour)
status=='open') style=display:block @else style=display:none @endif>

{{ucfirst($hour->day)}}

To:
To:
@endforeach @else @endif {{-- --}} {{-- --}}
@endif @empty



Upload Logo


Upload Logo



My Availability *

{{-- --}}
@endforelse
  • {{--
  • --}}


Association & provider numbers

@if(count($practitionerHealthFunds)) @foreach ($practitionerHealthFunds as $val) @endforeach @else @endif
Health fund Provider no. @if($practitionerLocation->count()>=2) Location @endif
{{ $val->healthcodes->name ?? "" }} {{ $val->provider_number ?? "" }} @if($practitionerLocation->count()>=2) @if($val->location =="All") {{ "All locations" }} @else {{ getLocationAddress($val->locations->address ?? "") }} @endif @endif
You have not added any health fund provider numbers
@if($practitionerLocation->count()>=2)
@elseif( $practitionerLocation->count() == 1 )
@endif
@endsection @section('modals')
@endsection @section('css') @endsection @section('js') @endsection