@extends('layouts.default') @section('title') Operator Mapping @endsection @section('header-style') @endsection @section('content')

Operator Mapping Setup

{!! csrf_field() !!} @method('PUT')
@if ($errors->has('operator_user')) {{ $errors->first('operator_user') }} @endif
@if (\App\Helpers\HelperClass::getRole('AMS Admin'))
@if ($errors->has('operator_user')) {{ $errors->first('operator_user') }} @endif
@endif
  • status) && $data->status == 'A' ? 'checked' : ''}}>
  • status) && $data->status == 'I' ? 'checked' : ''}}>
@include('settings.operator_mapping.operatorList')
@endsection