{{ __('Products') }} All

+ Add New
@foreach ($Products as $Product) @endforeach @if($Products->links()) @endif
# Name Group Model Price Active Actions
{{$loop->index+1}} {{$Product->name}} {{$Product->ProductGroup->name}} {{$Product->model}} ${{$Product->sell_price}}{{$Product->OfferPercentage()}}% @if($Product->is_active) @else @endif 👁 Show 🖆 Edit
@csrf @method('delete')
{{ $Products->links() }}