@extends('layouts.app') @section('template_title') Create Customer Coupon @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif
@includeif('partials.errors')
Create Customer Coupon
@csrf
@include('customer-coupon.form')
@endsection