@extends('layouts.home') @section('title', 'Adresse einstellen') @section('content')
Adresse einstellen ({{ $usersGift->gift->name }}, {{ $usersGift->coupon->present()->code }})
@include('owngifts.partials.form', ['action' => route('owngift-update', $usersGift)])
@endsection @section('after-scripts') @include('gifts.partials.scripts') @endsection