@extends('layouts.manage')
@section('title')
@lang('Add New Coupon')
@endsection
@section('page-header-title')
@lang('Add New Coupon') @lang('View Coupons')
@endsection
@section('page-header-description')
@lang('Add New Coupon') @lang('Go Back')
@endsection
@section('styles')
@endsection
@section('scripts')
@endsection
@section('content')
@include('partials.manage.coupons.create')
@endsection