@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\requesthistory.blade.php on line 146
Call Stack
#TimeMemoryFunctionLocation
10.0022423232{main}( )...\requesthistory.blade.php:0

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

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

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

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

{{$row->email}} {{$row->request_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) ? $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 {{$row->name}} @if($row->status==1) დავალება შესრულების პროცესშია @elseif($row->status==2) დავალება შესრულებულია @elseif($row->status==3) დავალება შესრულებულია @endif @endforeach
@endsection