@extends('user.layouts.app') @section('title', '見積提示結果の報告') @section('header')

見積提示結果の報告

@endsection @section('content')
@include('user.layouts.flash-message')

売主の代わりに売却手続きを依頼する

売主の代わりに依頼をキャンセルする

{{ Form::open(["route"=>["user.vehicles.update_desired", ["vehicle"=>$vehicle->id]], 'id'=>'form_desired_price']) }}
  • 希望
    金額
  • 円(税込)
{{ Form::close() }}
@endsection @section('page_css') @endsection @section('page_js') @endsection