@extends('backEnd.admin.layouts.master') @section('title') User Product Assign @endsection @php $data = $data ?? []; @endphp @section('body')
| SL. | Name | Products | |||
|---|---|---|---|---|---|
| {{$i++}} | {{$item->name}} | {{$item->email}} |
@foreach($item->get_products as $key => $product)
@if($key!=0) @endif {{++$key.') '}}{{$product->get_product->name}} @endforeach |
||
| No Data Found! | |||||