@extends('home.layouts.index') @section('title') در انتظار موجودی @endsection @section('style') @endsection @section('script') @endsection @section('content')
@include('home.sections.profile_sidebar')
@if($user->first_name==null or $user->national_code==null) @include('home.users_profile.complete_info') @else

در انتظار موجودی

@if($products->isEmpty())
لیست در انتظار موجودی شما خالی می باشد
@else
@foreach ($products as $item) @if(isset($item->Product)) @endif @endforeach
تصویر محصول نام محصول حذف
{{ $item->Product->name }}
@endif
@endif
@endsection