@extends("frontend.{$_fb_department}.layouts.app")
@section('title', '設備のご案内')
@section('content')
@include('frontend.share.equipment._equipment')
@include("frontend.{$_fb_department}.layouts.partials.contact", ['btn_label'=>'お問い合わせはこちら'])
@include("frontend.{$_fb_department}.layouts.partials.search_truck_list")
@endsection
@section('page_css')
@endsection