@extends('admin.layouts.app') @section('page_tab_title' ,"Practitioners") @section('content')

Edit practitioner details


@csrf
dnd == 'yes') checked @endif>
trial_7_day_flag == 'yes') disabled checked @endif>@if($practitioner_details->followup_7_day != NULL){{date("d/m/Y", strtotime($practitioner_details->followup_7_day))}}@endif
trial_27_day_flag == 'yes') disabled checked @endif>@if($practitioner_details->followup_27_day != NULL){{date("d/m/Y", strtotime($practitioner_details->followup_27_day))}}@endif
end_trial_45_day_flag == 'yes') disabled checked @endif>@if($practitioner_details->followup_45_day != NULL){{date("d/m/Y", strtotime($practitioner_details->followup_45_day))}}@endif
end_trial_100_day_flag == 'yes') disabled checked @endif>@if($practitioner_details->followup_100_day != NULL){{date("d/m/Y", strtotime($practitioner_details->followup_100_day))}}@endif
@if(base64_decode(Request::get('flag')) == '7_day') Cancel @elseif(base64_decode(Request::get('flag')) == '27_day') Cancel @elseif(base64_decode(Request::get('flag')) == '45_day') Cancel @elseif(base64_decode(Request::get('flag')) == '100_day') Cancel @elseif(base64_decode(Request::get('flag')) == 'followup_date') Cancel @else Cancel @endif
@endsection