@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_OPERATOR_NAME")) @section("content")
{!! trans("message_lang.LBL_ADD_OPERATOR") !!}
@csrf
{!! trans('message_lang.LBL_COUNTRY') !!}
@if (isset($operatorDetails))
countryCode) selected @endif> {{ $countries->where('sortname', $operatorDetails->countryCode)->first()->name }}
@endif
@error('countryCode')
{{ $message }}
@enderror
{!! trans('message_lang.LBL_OPERATOR_NAME') !!}
@if (isset($operatorDetails))
id) selected @endif>{{ $operatorDetails->operatorName }}
@endif
@error ('operatorId')
{{ $message }}
@enderror
{!! trans('message_lang.LBL_DISPLAY_NAME') !!}
@error('displayName')
{{ $message }}
@enderror
{{ __('message_lang.LBL_LOGO') }}
*
{{ __('message_lang.CHOOSE_FILE') }}
{{ __('message_lang.JPG_PNG_MAX_FILE_SIZE') }}
@error('operatorLogo')
{{ $message }}
@enderror
@if(isset($operatorDetails) && $operatorDetails->logoUrl != '')
@else
@endif
{!! trans('message_lang.LBL_OPERATOR_STATUS') !!}
@foreach ($operatorStatuses as $key => $status)
serviceStatus == $key)) selected @endif>{{ $status }}
@endforeach
@error ('serviceStatus')
{{ $message }}
@enderror
{!! trans('message_lang.BTN_SAVE') !!}
{!! trans('message_lang.BUTTON_CANCEL') !!}
@endsection @section("page_script") @endsection