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

{{ __('navigation.my_orders') }}

{{-- Daten werden per AJAX über DataTables geladen --}}
# {{ __('tables.date') }} {{ __('tables.amount') }} {{ __('tables.status') }} {{ __('tables.shipping') }} {{ __('tables.firstname') }} {{ __('tables.lastname') }} {{ __('tables.email') }} {{ __('tables.invoice') }} {{ __('tables.art') }}
@endsection @section('scripts') @endsection