@extends('backend.layouts.app')
@section('content')
タスク【登録】
{{ Form::open(["route"=>"backend.{$department}.task.confirm"]) }}
@include('backend.share.task._form')
{{ Form::close() }}
@endsection
@section('page_css')
@endsection
@section('page_js')
@endsection