@extends('layouts.app') @section('template_title') Update Customer Coupon @endsection @section('content')
@includeif('partials.errors')
Update Customer Coupon
{{ method_field('PATCH') }} @csrf
@include('customer-coupon.form')
@endsection