Choose atleast one application.

{!! Form::label('Location Name', trans('Location Name')) !!}
(Drag and drop from all applications)
    Selected Applications:
    All Applications:
    @foreach($applications as $application)
  • {{$application->appname}}
  • @endforeach
{!! $errors->first('alerttext', ':message') !!}

@push('css-stack') @endpush @push('js-stack') @endpush