@extends('layouts.backend') @section('css_after') @endsection @section('content')

NEW PERIOD

@csrf
@if ($errors->has('period_name')) @endif
@if ($errors->has('min_period')) @endif
@if ($errors->has('max_period')) @endif
@endsection