@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
| Name | {{ $mnoshow->name }} |
|---|---|
| Country | {{ $mnoshow->country }} |
| Account Manager | {{ $mnoshow->account_manager_info->name }} |
| Contact Person | {{ $mnoshow->contact_person }} |
| Phone | {{ $mnoshow->contact_person_phone }} |
| {{ $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 }} |
| 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"; ?> |
| Finace Contact Person | contact_person_finance) ?? "N/A"; ?> |
| Services | services) ? implode(',', json_decode($mnoshow->services)) : ""; ?> |
|---|---|
| Connnection Types | connection_type) ? implode(',', json_decode($mnoshow->connection_type)) : ""; ?> |
| 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 }} | ||||||
No Documents found
@endif