@extends('front.app') @section('meta') @stop @section('container')
@include('front.templates.background-header')
@include('front.templates.background-inner-page')

{{ ShowLabelById(19) }}

@csrf @if($pay_types && $pay_types->goodsItems->isNotEmpty())
    @foreach($pay_types->goodsItems as $one_pay_type)
  • first ? 'checked' : '' }} value="{{ $one_pay_type->alias ?? '' }}" data-pay-type-price="{{ $one_pay_type->price ?? '' }}">
  • @endforeach
@endif
@include('front.templates.background-bottom')
@stop @push('other-scripts') @endpush