@extends('admin.layout') @section('content')
Create coupon
@include('admin.coupons.form', ['coupon' => null])
@endsection