@extends('layouts.app') @section('content')
@include('proedge.config.adminPanel')

CRM Module: {{$field->FieldLabel}} Options

The following options have been defined for the selected list box.
Current Options
    @foreach ($options as $option)
  • {{$option->Label}}
  • @endforeach
{{ csrf_field() }}
@endsection