{{ __('Send Request') }}
@csrf @php $language = App\Models\Language::where('code', request()->language)->firstOrFail(); @endphp
@foreach ($promotionList as $list)
@endforeach
@php $display = '12px'; @endphp
    @foreach ($offline_gateways as $offlineGateway)
    @if (!is_null($offlineGateway->short_description))

    {{ $offlineGateway->short_description }}

    @endif @if (!is_null($offlineGateway->instructions))
    {!! replaceBaseUrl($offlineGateway->instructions, 'summernote') !!}
    @endif @if ($offlineGateway->has_attachment == 1)

    @endif
    @endforeach