@extends("frontend.{$_fb_department}.layouts.app") @section('title', 'アウトレット') @section('content')

アウトレット

日々更新中!!

高品質で安いので多くのお客様から信頼されています。
安心安全をお届け!

    @foreach(config('const.hp_vehicle_body_category') as $key => $category)
  • {{ $category }}

    {{ $category }}
  • @endforeach
@foreach(config('const.hp_vehicle_body_category') as $key => $category)

{{ $category }}

    @php $real_count = 0; @endphp @foreach($outlet_vehicles as $vehicle) @if(isset($vehicle->vehicle_info_basic->body_category) && $vehicle->vehicle_info_basic->body_category == $key) @include('frontend.truck.truck_search._outlet_vehicle') @php $real_count++; @endphp @endif @endforeach
@endforeach
@endsection @section('page_css') @endsection