@if(isset($_GET['user']) & !empty($_GET['user']))
@endif
@if(isset($_GET['user']) & !empty($_GET['user']))
Name : {{$current_user->name}}
Email : {{$current_user->email}}
Phone No. : {{$current_user->phone}}
Address : {{$current_user->address}}
@endif
@if(isset($_GET['user']) & !empty($_GET['user']))
Retailer Name : {{$current_retailer->name}}
Email : {{$current_retailer->email}}
Phone No. : {{$current_retailer->phone}}
Address : {{$current_retailer->address}}
@endif
@if(isset($_GET['user']) & !empty($_GET['user']))
{{--
--}}
@php $x=1; @endphp
@foreach($category as $c)
@if(count($c['product'])>0)
| {{$c->categoryName}} |
@foreach($c['product'] as $p)
@if($p->stock>0)
|
|
@endif
@endforeach
@endif
@endforeach
| OTHER |
@foreach($otherproduct as $p)
@if($p->stock > 0)
|
|
@endif
@endforeach
@endif