Fix incorrect Lang:get using, undeclared variable, missing csrf token

This commit is contained in:
maranqz
2019-07-21 14:43:52 +03:00
committed by Manish Verma
parent 41d4f97495
commit fd3e47b96d
5 changed files with 21 additions and 7 deletions

View 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')