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

Operator Mapping Setup

{!! csrf_field() !!}
@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
@include('settings.operator_mapping.operatorList')
@endsection