Fix incorrect Lang:get using, undeclared variable, missing csrf token
This commit is contained in:
1
resources/views/themes/default1/client/helpdesk/unauth/showticket.blade.php
Normal file → Executable file
1
resources/views/themes/default1/client/helpdesk/unauth/showticket.blade.php
Normal file → Executable file
@@ -49,6 +49,7 @@ $thread = App\Model\helpdesk\Ticket\Ticket_Thread::where('ticket_id', '=', $tick
|
||||
<table><tbody>
|
||||
<?php $ratings = App\Model\helpdesk\Ratings\Rating::orderby('display_order')->get(); ?>
|
||||
<form id="foo">
|
||||
{!! csrf_field() !!}
|
||||
@foreach($ratings as $rating)
|
||||
|
||||
@if($rating->rating_area == 'Helpdesk Area')
|
||||
|
Reference in New Issue
Block a user