{{ __('Edit Trip') }}

{{ $trip->pickup_location }} → {{ $trip->dropoff_location }}

{{ __('Update this trip\'s details.') }}

@csrf @method('PATCH') @include('trips._form')
{{ __('Cancel') }}

{{ __('Delete this trip') }}

{{ __('The trip will be removed from your lists. Its history is kept and it can be restored later by support.') }}

@csrf @method('DELETE')