@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_OPERATOR_DETAILS")) @section("content")
{!! trans('message_lang.LBL_OPERATOR_NAME') !!} | {{ $operator->operatorName }} |
{!! trans('message_lang.LBL_PARTNER_OPERATOR_ID') !!} | {{ $operator->partnerOperatorId }} |
{!! trans('message_lang.LBL_COUNTRY') !!} | {{ $countries->where('sortname', $operator->countryCode)->first()->name }} |
{!! trans('message_lang.LBL_STATUS') !!} |
{{ $operatorStatuses[$operator->serviceStatus] }}
@if ($operator->serviceStatus == 1)
{!! trans('message_lang.LBL_TURN_SERVICE_OFF') !!}
@else
{!! trans('message_lang.LBL_TURN_SERVICE_ON') !!}
@endif
|
{!! trans('message_lang.LBL_PRODUCT_NAME') !!} | {!! trans('message_lang.LBL_PRODUCT_ID') !!} | {!! trans('message_lang.LBL_STATUS') !!} | {!! trans('message_lang.LBL_ACTION') !!} |
---|---|---|---|
{{ $product->productName }} | {{ $product->productId }} | {{ $productStatuses[$product->productStatus] }} | @if ($product->productStatus == 1) {!! trans('message_lang.LBL_TURN_SERVICE_OFF') !!} @else {!! trans('message_lang.LBL_TURN_SERVICE_ON') !!} @endif |
no product found |