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

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

{!! Form::open(['action' => route('user_order_my_delivery', [$for, $delivery_id]), 'class' => 'form-horizontal']) !!}

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


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

@if(\App\Services\AboHelper::userHasAbo(Auth::user()))

{{ __('navigation.myabo') }} {{ __('edit') }}

@else @endif
    {!! __('abo.pros_list', ['abo-min-duration' => \App\Models\Setting::getContentBySlug('abo-min-duration')]) !!}

@if(Session::has('custom-error'))
{{ Session::get('custom-error') }}
@else @if($shopping_user)

@else
@endif @endif
{!! Form::close() !!} @endsection