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

残業申請【編集】

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