@if($Products->isNotEmpty()) @foreach($Products as $Product) {{$Product->title}} Edit
@csrf @method('delete')
@endforeach @else

No Items!

@endif