{{ $promocodes ? 'Edit Promocode' : 'Add Promocode' }}

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @if ($promocodes) @method('PATCH') @endif
@if (empty($promocodes)) @endif
@if ($promocodes && $promocodes->busigness_logo != null)
@endif
Cancel
@push('scripts') @endpush