@extends('backend.layouts.app') @section('title', 'Operator List') @section('page-title', 'Operator List') @section('page-breadcrumb', 'Operator List') @section('content')
User ID | Service Name | Operator Name | Operator Code | Operator Rate | Service Active |
---|---|---|---|---|---|
{{$row->id}} | {{$row->service_name}} | {{$row->operator_name}} | {{$row->operator_code}} | {{$row->rate}} | @if($row->status=='1') Active @endif @if($row->status=='0') Down @endif |