@extends('backend.layouts.app') @section('title', $title) @section('content') @foreach ($products as $key => $product) @endforeach
{{ $title }}
@csrf
SKU Prices Points Package Discount Show Action
@endsection @section('script') @endsection