@extends('backend.layouts.app')
@section('content')
商品一覧
{{ Form::open(["route"=>"backend.{$department}.product_stock.index", "method"=>"get"]) }}
{{ Form::close() }}
- キャブ
- エンジン
- ミッション
- 走行部品
- タイヤ
- デフ
- 電装
- その他
- @include('backend.parts.products.tab._t_g_1')
- @include('backend.parts.products.tab._t_g_2')
- @include('backend.parts.products.tab._t_g_3')
- @include('backend.parts.products.tab._t_g_4')
- @include('backend.parts.products.tab._t_g_5')
- @include('backend.parts.products.tab._t_g_6')
- @include('backend.parts.products.tab._t_g_7')
- @include('backend.parts.products.tab._t_g_8')
@if (isset($vehicle))
@include('backend.share._modal._vehicle_check', ['id'=>'modal', 'vehicle'=>null, 'vehicle_id'=>null])
@endif
@endsection