@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('css') @endsection @section('content') @include('client.partials.new_notes') @include('client.partials.edit-notes') @include('client.partials.finance') @include('client.partials.create-shortcodes') @include('client.partials.edit-shortcodes') @include('client.partials.edit-finance') @include('client.partials.progress_indicator_details') @include('client.partials.support_fees_form') @include('client.partials.create-senderids')
count(); $i++) { ?> highlight == 'NO'): continue; endif; ?> {{ $i+1 . "." }} {{ $show_notes[$i]->notes_body }}
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 Type : {{ ucfirst($showclient->contract_type) ?? 'N/A'}}
Contract Validity (Date) : {{ $showclient->contract_validity or 'N/A'}}
Contract Auto Renewal : {{ $showclient->contract_auto_renew or 'N/A'}}
@if($showclient->contract_auto_renew != 'YES')Renewal Due : {{ $renewal_due }}
@endif