@extends('layouts.admin') @section('title', 'Add Coupon') @section('content')
@csrf @include('admin.coupons._form', ['coupon' => null])
@endsection