@extends('layouts.admin.main') @section('title', 'Category edit') @section('header')
@endsection @section('content')
@if (isset($periodandcyclecon))

Edit Period and Cycle Configuration

@else

Add Period and Cycle Configuration

@endif
@include('layouts.messages') @include('layouts.messages')
@csrf
Period and Cycle Configuration @if (isset($periodandcyclecon)) @endif
Cancel
@endsection @section('scripts') @parent @endsection