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

受付一覧

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

検索条件

@php $sort = Request::get('sort'); $direction = Request::get('direction'); @endphp {{ Form::open(['route'=>"backend.{$department}.work_reception.index", 'method'=>'get', 'id'=>'search_form']) }}
{{ Form::close() }}
@include('backend.share.work_reception._p_moritis_index') {{--@if ($department == 'moritis') @include('backend.share.work_reception._p_moritis_index') @else @include('backend.share.work_reception._sagyo_uketsuke_list') @endif--}} @endsection @section('page_css') @endsection @section('page_js') @endsection