@extends('layouts.agent') @section('styles') @endsection @livewireStyles @section('content')
@foreach ($products as $key => $product)
{{ $product->product_name }}
{{-- --}}
{{ $product->product_name }}

RM{{ $product->sell_price }}

RM{{ $product->sell_price }}/Each
@endforeach {{-- {{ $products->links() }} --}}
@endsection @section('scripts') @livewireScripts {{-- --}} @endsection