@extends('mainlayout.layout') @section('title') @endsection @section('content')

Telco

{{$telco->telco}}

Country Of Operation

{{$telco->in_country->country}}

Authentication Method

{{App\Models\AuthenticationMethod::find($telco->authenticate_method)->authmethod}}

Contact Person

{{$telco->contactperson_fullname}}

Title

{{$telco->contactperson_title}}

Phone Number

{{$telco->contactperson_phone}}

Email

{{$telco->contactperson_email}}
@endsection