@extends('backend.layouts.app') @section('content') @if(isset($is_tehai) && $is_tehai)

回送手配一覧

@else

回送依頼一覧

@endif

回送車使用状況

回送依頼登録

@include('backend.layouts.flash-message') @if(isset($is_tehai) && $is_tehai) {{ Form::open(["route"=>"backend.{$department}.forwarding_request.tehai_search","method"=>"get"]) }} @else {{ Form::open(["route"=>"backend.{$department}.forwarding_request.index","method"=>"get", "id"=>"search_form"]) }} @endif

検索条件

担当エリア
ドアナンバー検索 車台番号 依頼担当者
回送担当者
ステータス
@foreach (config('const.forwarding_status') as $key=>$item) @if($key == config('const.forwarding_status_code.completed')) @continue @endif
@endforeach
フリーワード検索 回送希望日
@foreach(config('const.forwarding_desired_disable_status') as $key => $item) @endforeach
回送日
@if(isset($is_tehai) && $is_tehai) @else @endif
{{ Form::close() }} @include('backend.share.forwarding_request._kaisou_irai_list')
@endsection @section('page_css') @endsection @section('page_js') @endsection