@extends('layouts.master') @section('content')
Discounts Add Discount {{-- Forms --}} {{-- Form Layouts --}}

Add New Discounts {{-- Discounts List --}} Back to Discounts

{{--

--}} {{--
--}}
Add Discounts
@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
{{--
--}} Cancel
@endsection @push('scripts') @endpush