@extends('layouts.app') @section('content')
{{ __('Edit Promo Code') }}
@csrf @method('PUT')

{{ __('Edit Promo Code') }}

@if ($businessModel != 'single')
@foreach ($shops as $shop) @endforeach
@endif
@foreach ($discountTypes as $type) @endforeach
@endsection @push('scripts') @endpush