@extends("frontend.{$_fb_department}.layouts.app")
@section('title', '車輛詳細')
@section('content')
@if ($vehicle->vehicle_hp_publish->parts_publish == config('const.hp_publish_code.publish'))
@include('frontend.share.truck_search._detail')
@include("frontend.{$_fb_department}.layouts.partials.search_parts_list")
@else
車両が存在しません。
@endif
@endsection
@section('page_css')
format('YmdHis') }}">
@endsection
@section('page_js')
@endsection