@extends('layouts.app') @section('content')
เพิ่ม Period ใหม่
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('periods.form', [ 'period' => null, ])
@endsection