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

ニュース【登録】

{{ Form::open(["route"=>"backend.{$department}.news.confirm", "method"=>"post"]) }} @include('backend.share.news._form')
{{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection