- @if($result['thread_type'] == 'accounts') {{ trans('labels.back') }} @else {{ trans('labels.back') }} @endif
@if(session()->has('fileError'))
@endif
@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('Error') }}
-
@foreach(session()->get('fileError') as $error)
- {{$error}} @endforeach
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("Add",$Tickets ))
{!! Form::open(array('url' =>'admin/generates-tickets-data', 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'generatesTicketsData', 'enctype'=>'multipart/form-data')) !!}
@if($result['thread_type'] == 'accounts')
@else
@endif
@endif
@if($result['thread_type'] == 'accounts')
--}}
@endif
@if($result['thread_type'] == 'leads')
@endif
{!! Form::close() !!}
@else
Tickets Information
@if (\Session::has('err_msg'))
{!! \Session::get('err_msg') !!}
@if(!empty($result['ticketsData']->name))
{{ $result['ticketsData']->name }}
@else
{{ implode(', ', $accountNumber) }}
@endif
{{--
Optional Information
{!! Form::text('talk_time', '', array('class'=>'form-control', 'id'=>'talk_time', 'required'=>'required', 'maxlength'=>'3')) !!}
{!! Form::textarea('description', '', array('class'=>'form-control', 'id'=>'description', 'rows'=>'3')) !!}
Please contact with SuperAdmin
@endif