@extends('layouts.master') @section('title', 'New Trip | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new offer')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.trips') }} | {{ __('basic.new offer for') }} {{ $trip->name }}
{{ __('basic.new offer for') }} {{ $trip->name }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
@error('debtor_id') {{ $message }} @enderror
@error('buy') {{ $message }} @enderror
@error('sell') {{ $message }} @enderror
@endsection @section('js') @endsection