@extends('layouts.layout-2') @section('content')

{{ __('navigation.my_orders') }} / @if($is_abo) {{ __('abo.abo_delivery') }} @else {{ __('navigation.do_order') }} @endif {{ __('back') }}

@if($errors->has('switchers-comp-product'))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @include('user.order.list_'.$template) @endsection @section('scripts') @if ($is_abo) @endif @endsection