@extends('pages.gnerc_user.tabs') @section('data') @section('breadcrumbs') {{ Breadcrumbs::render('updatelist/*') }} @endsection
@csrf
@foreach ($data as $row)
ნომერი კომპანია მოთხოვნა მოთხოვნის თარიღი 1 ეტაპის ფაილი 2 ეტაპის ფაილი ფაილი დავალების გადმოწერის თარიღი დავალების შესრულების თარიღი სტატუსი
( ! ) Notice: Undefined variable: row in C:\wamp64\www\cportal\resources\views\pages\gnerc_user\updatelist.blade.php on line 158
Call Stack
#TimeMemoryFunctionLocation
10.0020427704{main}( )...\updatelist.blade.php:0

( ! ) Notice: Trying to get property 'form_id' of non-object in C:\wamp64\www\cportal\resources\views\pages\gnerc_user\updatelist.blade.php on line 158
Call Stack
#TimeMemoryFunctionLocation
10.0020427704{main}( )...\updatelist.blade.php:0

( ! ) Notice: Undefined variable: row in C:\wamp64\www\cportal\resources\views\pages\gnerc_user\updatelist.blade.php on line 159
Call Stack
#TimeMemoryFunctionLocation
10.0020427704{main}( )...\updatelist.blade.php:0

( ! ) Notice: Trying to get property 'form_id' of non-object in C:\wamp64\www\cportal\resources\views\pages\gnerc_user\updatelist.blade.php on line 159
Call Stack
#TimeMemoryFunctionLocation
10.0020427704{main}( )...\updatelist.blade.php:0
{{$row->form_id}}

{{$row->id}} {{$row->company_name}}

{{$row->email}} {{$row->name}}
{{isset($row->request_comment) ? $row->request_comment.";" : ''}}
{{isset($row->comment_) ? $row->comment_ .";" : ''}}
{{isset($row->text_email) && strlen($row->text_email)>4 ? 'დახარვეზების მიზეზი' : ''}}
{{isset($row->text_email)&& strlen($row->text_email)>4 ? $row->text_email : ''}}

{{isset($row->request_comment_2) ? 'დაზუსტებული მოთხოვნა' : ''}}
{{isset($row->request_comment_2) ? $row->request_comment_2.";" : ''}} @if($row->add_file!='') @endif {{$row->created_date}} @if($row->step_file_1!='') @endif @if($row->step_file_2!='') @endif @if($row->attach_file!='') @endif @if(isset($row->rewrite_date)) {{$row->rewrite_date}} @endif @if($row->status==1) დავალება შესრულების პროცესშია @if($row->request==5 || $row->request==6 || app('request')->rq==23) დოკუმენტის ჩანაცვლება @endif
@elseif($row->status==2) დავალება შესრულებულია @elseif($row->status==3) დავალება შესრულებულია @endif

{{$row->request_comment ."-".$row->comment_ }}

@endforeach @endsection