@extends('layouts.app') @section('title', 'Enrollment | Website') @section('extrastyles') @endsection @section('content')
{{ ($enrollment->title == 'Enrollment') ? '' : $enrollment->title }} Enrollment
@if(App\Modules\Website\Models\Enrollment::orderBy('title','asc')->count() == 1) @endif
@include('flash::message')

Auto Products

@foreach($autoProducts as $pro) @endforeach
Product Type Action
{{ optional($pro->product)->title }} ({{ ($pro->product) ? $pro->product->metaByKey('basic_sku') : '' }}) {{ $pro->type }}
{!! Form::open(['url' => website_url('enrollment/update-auto-products'),'novalidate' => 'novalidate' ,'files' => true,'onsubmit' => 'generalSubmit();']) !!}

General

{!! Form::label('_default_rep_roles','Restrict these customer roles from being able to do this enrollment flow:') !!} {!! Form::select('_default_rep_roles[]' ,$cus_roles,$roles_rep , ['id' => '_default_rep_roles','class' => 'form-control', 'style' => 'width:100%','multiple']) !!}