@csrf

{{ __('admin/treatments.text.treatment') }}


{{--
--}}

{{ __('admin/treatments.text.details') }}


@php $i = 0; $selected_branches_ids = array_keys($treatment_details); @endphp @foreach ($branches as $branch)
@if (in_array($branch->id,old('branches',$selected_branches_ids)))

@else

id == old('branches.'.$branch->id)) checked @endif>
id != old('branches.'.$branch->id)) disabled @endif>
id != old('branches.'.$branch->id)) disabled @endif>
@endif
@php $i++ @endphp @endforeach