@extends('adminlte::page') @section('title', 'Create a Coupon') @section('content_header')

Coupons

@stop @section('css') @stop @section('content')

Create a Coupon

@csrf
@include('errors.errors-forms')
@stop @section('js') @stop