@extends('portal.layouts.layout-2') @section('content') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{__('abo.create_abo')}}

@include('portal.abo._create_info')
@if(!isset($no_shopping_user))
@include('portal.abo._create_data')
@include('portal.abo._create_basis_product')
@include('portal.abo._create_upgrade_products')
@include('portal.abo._create_check')
@endif
@endsection @section('scripts') @endsection