@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')

Network Operator Details

@include('commons.notifications')

Name : {{ ucwords($operator_arr->name) }}

Description : {{ ucwords($operator_arr->country) }}


@endsection