update for version 1.0.1

This commit is contained in:
sujitprasad
2015-10-23 14:15:29 +05:30
parent 82b878e93b
commit 3d425dc380
8348 changed files with 10020 additions and 4171 deletions

View File

@@ -0,0 +1,29 @@
---Reply above this line---<br/><br/>
<?php
if(isset($content)) {
?>
<h4 style="background-color:#F3F3F3;padding:20px;border:1px;border-radius:7px;">{!! $content !!}<br/><br/>{!! $sign !!}</h4>
You can check the status of or update this ticket online at: {!! \URL::route('ticket2') !!}<br/><br/>
<?php
} else {
?>
Hello {!!$name!!} <br/><br/>
Thank you for contacting us. This is an automated response confirming the receipt of your ticket. Our team will get back to you as soon as possible. When replying, please make sure that the ticket ID is kept in the subject so that we can track your replies.<br/><br/>
Ticket ID: <b>{!!$ticket_number!!}</b><br/>
{{-- Subject: <b>Ticket Subject</b><br/> --}}
{{-- Department: <b>Support</b><br/> --}}
{{-- Status: <b>Open</b><br/> --}}
{{-- Priority: <b>Normal</b><br/><br/> --}}
{!! $sign !!}
You can check the status of or update this ticket online at: {!! \URL::route('ticket2') !!}<br/><br/>
Thank You.<br/><br/>
Kind Regards,<br/><br/>
{!! $sign !!}
<?php
}
?>