@extends('layouts.app') @section('content')
Download Coupon Sample
Create Coupon In Bulk
@include('components.alert')
@csrf
@error('coupon') {{ $message }} @enderror
@endsection @section('script') @endsection