@extends('layouts.admin') @section('title', 'Add Discount') @section('content')

Add Discount

@if ($errors->any())

There were validation errors:

@endif
@csrf
Cancel
@endsection