@include('panel.layouts.head') @yield('page-title') @include('panel.layouts.styles') @yield('custom-style')
@include('panel.layouts.header') {{-- @include('panel.layouts.sidebar') --}} @if(@$notificationStr)
×

Notify :

@endif @yield('content') @if(@$account_type == '1' && $pending_bill > 0)
This is to notify you that you have NOT paid your subscription fees. Please contact cTrunk support and PAY the fees to avoid seeing this message. Your account will be SUSPENDED if you don't make payments immediately. Sorry for the inconvenience. Thanks! यह आपको सूचित किया जाता है कि आपने अपनी सदस्यता शुल्क का भुगतान नहीं किया है। कृपया cTrunk सपोर्ट से संपर्क करें और इस संदेश को देखने से बचने के लिए शुल्क का भुगतान करें। यदि आप शीघ्र भुगतान नहीं करते हैं तो आपका खाता निलंबित कर दिया जाएगा। असुविधा के लिए खेद है। धन्यवाद!
@endif @if(@$unreadParcelInquiryCount >= '1') @endif
Technical Support

Support Timing
Monday – Friday :
10:00 AM – 07:00 PM


Ahmedabad : +91 7984461898

Surat : +91 9099306006

Rajkot : +91 7984916862

Email: info@ctrunk.com

{{-- Feedback --}}
{{ Form::open(['method'=>'POST', 'url'=>route('send.feedback.mail'),'id'=>'feedback_form']) }} {{ Form::hidden('clientcode',@$currentdb_name) }} {{ Form::hidden('branchname',@$branch_name) }} {{ Form::hidden('branchid',@$branch_id) }} {{ Form::hidden('fromemail',@$account_email) }} {{ Form::textarea( 'feedback', ((@$branches->id) ? @$branches->feedback : ""), [ "class" => "form-control", "rows" => 3, "placeholder" => "Write feedback here.." ]) }}
{{ Form::close() }}
@include('panel.layouts.scripts') @yield('custom-scripts') @include('panel.layouts.footer') @if(@$account_type == '2')
@elseif(@$account_type == '3')
@endif
@if (Auth::check() && Auth::user()->role_id == 2) @if (@$pending_feedback == 1 && @$active_feedback_question) @endif @endif