@extends("frontend.{$_fb_department}.layouts.app") @section('title', 'TOP') @section('content')
    @foreach(config('const.hp_vehicle_body_category') as $key => $category)
  • {{ $category }}

    {{ $category }}
  • @endforeach

新着情報

All

    @if($news->count() > 0) @foreach($news as $key => $item)
  • {{ Carbon::parse($item->updated_at)->format('Y/m/d') }}
    @php echo nl2br($item->content); @endphp
  • @endforeach @else
  • 新着情報が存在しません。
  • @endif

おすすめ車輛・部品

{{--

Instagram

--}}
@endsection @section('page_css') @endsection