@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
FULL DETAILS Edit Details @include('commons.notifications')

Primary Details

Name {{ $mnoshow->name }}
Country {{ $mnoshow->country }}
Account Manager {{ $mnoshow->account_manager_info->name }}
Contact Person {{ $mnoshow->contact_person }}
Phone {{ $mnoshow->contact_person_phone }}
Email {{ $mnoshow->contact_person_email }}
Skype Name {{ $mnoshow->contact_person_skype_name }}
Contract Type {{ $mnoshow->contract_type }}
Contract Validity {{ $mnoshow->contract_validity }}
Contract Auto Renew {{ $mnoshow->contract_auto_renew }}

Company Details

Name {{ $mnoshow->country }}
Support Phones support_phones) ? implode(',', json_decode($mnoshow->support_phones)) : ""; ?>
Support Emails support_emails) ? implode(',', json_decode($mnoshow->support_emails)) : ""; ?>
Rate Emails rate_emails) ? implode(',', json_decode($mnoshow->rate_emails)) : ""; ?>
Support Skype IDs support_skype) ? implode(',', json_decode($mnoshow->support_skype)) : ""; ?>
Technical Support Person technical_support_person) ?? "N/A"; ?>
Finance Contact Person contact_person_finance) ?? "N/A"; ?>

Operations

Services services) ? implode(', ', json_decode($mnoshow->services)) : ""; ?>
Connnection Types connection_type) ? implode(', ', json_decode($mnoshow->connection_type)) : ""; ?>

Rates

@if($mnoshow->rate_type == 'flat_rate') @else @endif
Buying Rate {{ $mnoshow->buying_rate or '' }}
Rate Type{{ $mnoshow->rate_type }}
Sliding Scale Rate File

{{ $mnoshow->sliding_rate_file }}

Rate Type{{ strtoupper($mnoshow->rate_type) }}

Notes

    @if($show_notes->isEmpty())
  • No notes found
  • @else @foreach($show_notes as $notes) @endforeach
    # Content Services Author Date
    {{ $count }} {{ $notes->notes_body }} {{ $notes->services }} {{ $notes->created_by_info->name }} {{ $notes->created_at }}
    @endif

Payments

@if ($recent_payments->isEmpty()) @else @foreach ($recent_payments as $row) @endforeach @endif
Invoice Number Invoice Amount Invoice Date Services Remarks Status
No Records found
{{ $row->invoice_number }} {{ $row->invoice_amount }} {{ date('d-m-Y', strtotime($row->invoice_date)) }} {{ $row->services }} {{ $row->remarks }} {{ $row->invoice_status }}

IP Addresses

@if($ip_addresses->isEmpty()) @else @foreach($ip_addresses as $row) @endforeach @endif
# IP Address Port Status Added By Date
No Records found
{{ $count }} {{ $row->ip_address }} {{ $row->port }} {{ $row->status }} {{ $row->created_by_info->name }} {{ $row->created_at }}

Uploaded Documents

@if($showdocuments->isEmpty() == false)
@foreach($showdocuments as $docs) @endforeach
@else

No Documents found

@endif
@endsection @section('javascript') @endsection