Working hours --}}
{{-- * --}}
{{--
--}}
{{--
Update and save
--}}
{{-- @foreach( $practitionerLocation as $key => $location )
{{ \Illuminate\Support\Str::limit($location->address, 60, '...') }}
@if( count( $location->hours ) > 0 )
@foreach( $location->hours as $k => $v )
@php $day = $v['day'] @endphp
@endforeach
@else
@foreach( $days as $k => $day )
@endforeach
@endif
@endforeach