@extends('dashboard.base') @section('content')

Create new Discount Coupon

@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@include('dashboard.discountcoupons._form')
@endsection @section('javascript') @include('dashboard.discountcoupons._script') @endsection