@extends('site.layouts.master') @section('contents')

@lang('data.suggestCoupon')

@csrf
@if ($errors->has('full_name')) {{ $errors->first('full_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('coupon_code')) {{ $errors->first('coupon_code') }} @endif
@if ($errors->has('discount_percent')) {{ $errors->first('discount_percent') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@stop