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

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

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

( ! ) Notice: Trying to get property 'form_id' of non-object in C:\wamp64\www\cportal\resources\views\pages\gnerc_user\request_list.blade.php on line 127
Call Stack
#TimeMemoryFunctionLocation
10.0106428280{main}( )...\request_list.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) ? 'დახარვეზების მიზეზი' : ''}}
{{isset($row->text_email) ? $row->text_email : ''}}

{{isset($row->request_comment_2) ? 'დაზუსტებული მოთხოვნა' : ''}}
{{isset($row->request_comment_2) ? $row->request_comment_2.";" : ''}} {{$row->created_date}} @if($row->add_file!='') @endif @if($row->step_file_1!='') @endif @if($row->step_file_2!='') @endif @if($row->attach_file!='') @endif
@endforeach @endsection