@extends('layouts.manage')
@section('title')
@lang('Edit Discount to Products')
@endsection
@section('page-header-title')
@lang('Edit Discount to Products') @lang('View Product Discounts')
@endsection
@section('page-header-description')
@lang('Edit Discount to Products') @lang('Go Back')
@endsection
@section('styles')
@endsection
@section('scripts')
@endsection
@section('content')
@include('partials.manage.discounts.products.edit')
@endsection