@extends ('domains.trip.update-layout') @section ('content') @if ($users_multiple)
@endif
input('shared') ? 'checked' : '' }}>
input('shared_public') ? 'checked' : '' }}>
@if ($row->shared)
{{ __('trip-update.shared-url') }} {{ route('shared.trip', $row->code) }}
@endif
{{ __('trip-update.delete-button') }}
@include ('molecules.delete-modal') @stop