Promotion Info
@if (session('success'))
@else
@endif
{{ session('success') }}
@endif
@if (session('error') || $errors->any())
@if (session('error'))
{{ session('error') }}
@endif
@foreach ($errors->all() as $error)
@endif
@if ($promotionInfos->count() > 0)
{{ $error }}
@endforeach
No promotion info found
Create your first promotion info to display a subheader in the app.
Create First Promotion Info