@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
Update Onboarding Checklist @include('commons.notifications')
{{-- start of content --}}

Agreement Stage

{!! Form::select('progress_indicators[]', $progress_indicators, $current_progress_indicators, ['class' => 'form-control' , 'id' => 'progressIndicators', 'multiple' => 'true']) !!} {!! $errors->first('progress_indicators', '

:message

') !!}

Interconnectional (Bilateral)

Tests Completed

Rate Card Sharing

Rates Uploaded

{{-- end of x_content --}}
{{-- end of x_panel --}}
@endsection @section('javascript') @endsection