@extends('admin.layout.master') @section('title', 'Product Sale Price') @section('content')

Product Sales Price


{{--
--}} @php($i = 1) @foreach ($result as $item) @endforeach
# Product Sell Price Retail Sell Price Whole Sell Price Flash Sell Price
{{ $i++ }} {{ $item->product ? $item->product->name_eng : 'Not Found' }} {{-- --}} {{-- {{ $item->product->unit_quantity}} --}}
{{ $result->links() }}
{{--
--}} {{--
--}} {{--
--}}
@endsection @section('script') @endsection