@extends('user.layouts.app') @section('title', '査定一覧') @section('header')

査定一覧

@include('user.layouts.flash-message') @endsection @section('content')
    @foreach($vehicles as $vehicle)
  • 受付
    待ち
    受付番号
    000000
    形状
    ウイング
    型式
    2PG-FD2ALB
    年式
    2018/H30-06

    チャットルーム

  • @endforeach
@endsection