@extends('layouts.master') @section('content')

Coupon

@include('sweetalert::alert')
@csrf
@error('code') {{$errors->first('code')}} @enderror
@error('coupon_value') {{$errors->first('coupon_value')}} @enderror
@error('from_date') {{$errors->first('from_date')}} @enderror
@error('to_date') {{$errors->first('to_date')}} @enderror
@error('product_weight') {{$errors->first('product_weight')}} @enderror
@endsection