@extends('admin.layouts.app')
@section('title', 'Create Discount')
@section('content')
Create Discount
Define new promotional rules and automatic benefits.
@if ($errors->any())
Validation Errors
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection