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

Discounts

Edit Discount
@if ($errors->any())
Oops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
discount_code) ?? 0) == 1 ? 'checked' : '' }}>
discount_code) ?? 0) == 0 ? 'checked' : '' }}>
@endsection @section('script') @endsection