Product List
@if (session()->has('type'))
{{ session()->get('message') }}
@endif
| Product |
Purchase Price |
Sale Price |
Commission |
Action |
@forelse ($products as $product)
| {{ $product->title }} |
{{ $product->purchase_price }}
(current)
|
{{ $product->sale_price }}
(current)
|
{{ $product->commission }}
(current)
|
@if(!$meter)
@endif
|
@empty
|
No record found.
|
@endforelse
{{-- Pagination --}}
{{-- {!! $pump->links() !!} --}}