@extends('front.practitioner.import.template.import') @section('content')
@csrf

User Information

{{--
--}}
@if($practitioner->role != 'instructor')
@endif
  • registered_for_gst == 1 ) checked @endif type="radio" id="rfg_yes" name="registered_for_gst" value="1">
  • registered_for_gst == 0 ) checked @endif type="radio" id="rfg_no" name="registered_for_gst" value="0">
{{--

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
  • openDay ) && in_array( $day, $location->openDay ) ) Checked @endif class="{{$day}}s toggle-day-value" id="{{$day}}-{{$location->id}}-check" name="day[monday][]" value="monday" type="checkbox">
  • @endforeach
@foreach( $location->hours as $k => $v ) @php $day = $v['day'] @endphp

{{ucfirst($day)}}

openDay ) ) data-value="{{ $v['start_time'] }}" @else data-value="09:00 AM" @endif data-location="{{$location->id}}" data-day="{{ $day }}" data-flag="start" class="timePickerNew d-flex align-items-center" id="{{ $day }}_starttimePicker_{{$location->id}}" @if( in_array( $day, $location->openDay ) ) data-set="1" @else data-set="0" @endif>
To:
openDay ) ) data-value="{{ $v['end_time'] }}" @else data-value="05:00 PM" @endif data-location="{{$location->id}}" data-day="{{ $day }}" data-flag="end" class="timePickerNew d-flex align-items-center" id="{{ $day }}_endtimePicker_{{$location->id}}" @if( in_array( $day, $location->openDay ) ) data-set="1" @else data-set="0" @endif>
@endforeach
@else
    @foreach( $days as $k => $day )
  • openDay ) && in_array( $day, $location->openDay ) ) Checked @endif class="{{$day}}s toggle-day-value" id="{{$day}}-{{$location->id}}-check" name="day[{{$day}}][]" value="{{$day}}" type="checkbox">
  • @endforeach
@foreach( $days as $k => $day ) @endforeach
@endif @endforeach
--}}
@if($practitioner->role != 'instructor')

Association & provider numbers

@endif
@if($practitioner->role != 'instructor')
@endif
@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) {{ getLocationAddress($val->locations->address ?? "")}} @endif
You have not added any health fund provider numbers
@if($practitionerLocation->count()>=2)
@endif

Profile image

Upload profile
image
Upload profile
image
Remove
{{--

Drag and drop files here

- or -
--}}

Password

@endsection @section('modals')
@endsection @section('css') @endsection @section('import-scripts') {{-- --}} @endsection