@extends('manager.managerpanel') @section('content')
{{-- Fetching validation errors, if any and create a popup container specifying the errors --}}
@if ($errors->any())
OOPS! WE RAN INTO SOME PROBLEMS
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

MODULE - {{ $selected_module }}

Select SUBMODULE
@csrf

ASSIGN DATES




@endsection