@extends('backend.layouts.app') @section('content')

オーダー一覧

@include('backend.layouts.flash-message') {{ Form::open(["route"=>"backend.{$department}.orders.index", "method"=>"get"]) }}

絞り込み

{{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection