@yield('title')
@livewire('property.voyage.product.create-product', ['trip' => $trip])
@if (Auth()->user()->type_user == 0) @include('error.error') @dd() @else @extends('layouts.proprietaire.master') @section('title', 'Voyages - Produit transporté') @section('content')