@extends('backend.layouts.app') @section('content') @include('backend.parts.products.list_parts._p_list_cabin') {{--@switch($type) @case(config('const.parts_type_code.cabin')) @include('backend.parts.products.list_parts._p_list_cabin') @break @case(config('const.parts_type_code.engine')) @include('backend.parts.products.list_parts._p_list_engine') @break @case(config('const.parts_type_code.mission')) @include('backend.parts.products.list_parts._p_list_mission') @break @case(config('const.parts_type_code.differential')) @include('backend.parts.products.list_parts._p_list_different') @break @case(config('const.parts_type_code.running_parts')) @include('backend.parts.products.list_parts._p_list_running_parts') @break @case(config('const.parts_type_code.body')) @include('backend.parts.products.list_parts._p_list_body') @break @case(config('const.parts_type_code.electrical')) @include('backend.parts.products.list_parts._p_list_electrical') @break @endswitch--}} @endsection