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