@extends('backend.layouts.app') @section('content') @if($department == 'lease')

リース中車両一覧

@else

車両一覧(レンタル)

@endif @include('backend.layouts.flash-message')

検索条件

{{ Form::open(['route'=>"backend.{$department}.vehicle.list_new", 'method'=>'get']) }}
@unless($department == 'rental') @endunless @unless($department == 'rental') {{-- --}} @endunless
{{ Form::close() }}
@include('backend.share.vehicle.list_secondhand._list_new') @endsection @section('page_css') @endsection