@extends('admin.layout.master') @section('content')

Update Time Period

@csrf @method('PUT')
@if ($errors->has('time_period')) {{ $errors->first('time_period') }} @endif
@endsection