@extends('layouts.master') @section('title', 'Edit Trip | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit offer')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.edit offer') }} | {{ __('basic.edit offer') }}
{{ __('basic.edit offer') }}
@csrf @method('PUT')
@error('debtor_id') {{ $message }} @enderror
@error('buy') {{ $message }} @enderror
@error('sell') {{ $message }} @enderror
@endsection @section('js') @endsection