@extends('layout.admin.master') @section('meta-title', 'LEREVE - Create Coupon') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Coupon
@csrf
Create
@error('code') @enderror
@error('type') @enderror
@error('amount') @enderror
@error('quantity') @enderror
Date
@error('start_date') @enderror
@error('end_date') @enderror
@endsection