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

{{ __('navigation.my_homeparty') }} / {{ $homeparty->name }} - {{ $homeparty->date }}
zurück

@if(!$homeparty->completed)
@endif {!! Form::open(['action' => route('user_homeparty_guest_detail', [$homeparty->id, $homeparty_user->id]), 'class' => 'form-horizontal', 'id'=>'homeparty-user-form-validation']) !!}
@if($homeparty_user->is_host) {{ __('homeparty.host') }}, @else {{ __('homeparty.guest') }}, @endif {{ __('homeparty.invoice_address') }}
* {{trans('register.required_fields')}} {{ __('Delivery address') }}
@include('user.homeparty._edit')
  {{ __('back_to_overview') }}
{!! Form::close() !!} @endsection