@extends('dashboard/layout.app') @section('title','BettrAi | Patient Enrollment') @section('content')

Step-2 - Match Fields

@if(isset($errorMessage))
{{ $errorMessage }}
@endif

The drop-down menus below will now already have a selection made if we were able to match a field from your.csv file with a field in the Functional BettrAi program. You can alter each one by selecting a different value from any of the drop-down menus. Choose the blank option from the drop-down list to disregard a field.

After making any necessary adjustments, click Next to finish the import.

{{ csrf_field() }}
@if (isset($csv_headings)) @foreach ($csv_headings as $key=>$value) @endforeach @endif
BettrAi Fields
Match Fields
@endsection