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

Client Details

@include('commons.notifications')
Generic Client Icon

{{ $showclient->name }}

Click Account Manager
auth_user_info->name ?? 'N/A' ?>

Status : {{ $showclient->status }}

  • phone ?? "N/A"; ?>
  • email ?? "N/A"; ?>
  • skype_name ?? "N/A"; ?>
  • linkedin_name ?? "N/A"; ?>
Highlights
@if(!$show_notes->isEmpty())
  • count(); $i++) { ?> highlight == 'NO'): continue; endif; ?> {{ $i+1 . "." }} {{ $show_notes[$i]->notes_body }}

@endif Edit Client

Company Details

Country : {{ $showclient->country or "N/A" }}

Company Type : {{ $showclient->company_type or "N/A" }}

Requested Sender IDs : sender_ids) { echo implode(", ", json_decode($showclient->sender_ids, true)); } else {echo "N/A"; } ?>

Connection Details

Connection Types : connections) { echo implode(", ", json_decode($showclient->connections, true)); } else {echo "N/A"; } ?>


Partner SMPP Details
smpp_details) { echo $showclient->smpp_details; } else {echo "N/A"; } ?>

Contract Details

Contract Type : {{ ucfirst($showclient->contract_type) ?? 'N/A'}}

Contract Validity (years) : {{ $showclient->contract_validity or 'N/A'}}

Finance Details

Last Invoice Sent : "N/A"


Payment Status : N/A

Notes

    @if($show_notes->isEmpty())
  • No notes found
  • @else count(); $i++) { ?> highlight == 'YES'): continue; endif; ?>
  • ">

    created_at)); ?>

    created_at)); ?>

    created_at)); ?>

    {{ $show_notes[$i]->client_info->name }}

    Content : {{ $show_notes[$i]->notes_body }}

    Account Manager : {{ $show_notes[$i]->created_by_info->name }}

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