@include('backend.inc.infopanel')
{!! Form::select('is_active', [''=>'Select One']+$item::STATUSES , $item->is_active, ['class' => 'b-field__select js-select form-control']) !!}
{!! Form::select('currency_id', [''=>'-']+$currencies, $item->currency_id ?? '', ['class' => 'b-field__select js-select form-control']) !!}
@if ($item && $item->getKey())

Operator Aliases

@if (!(Auth::User()->hasAnyRole(['root', 'admin'])))
*To add a new Operator Alias please contact a YLG Administrator.
@endif
@include('backend.operator._aliases')
@endif @include('backend.inc/_form-controls', ['buttons' => ['submit' => ['title' => 'Save'], 'cancel' => ['url' => route('backend.operator.index')]]])