@extends('layouts.home') @section('title', 'Neue Geschenk') @section('content')
Neue Geschenk
@include('gifts.partials.form', ['action' => route('gift-store')])
@endsection @section('after-scripts') @include('gifts.partials.scripts') @endsection