@extends('admin.adminpanel') @section('content')
@if (session('status-success-query'))
{{ session('status-success-query') }}
@endif @if (session('status-failed-query'))
{{ session('status-failed-query') }}
@endif
@if ($errors->any())
OOPS!
WE RAN INTO SOME VALIDATION ERRORS
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

ADD NEW MODULE/SUB MODULE/TASKS

Note

  • Monthly- activity is repeated every Month. In Statutory date select the first applicable statutory date of the Financial year
  • Quarterly- activity is repeated every Quarter. In Statutory date select the first applicable statutory date of the Financial year
  • Half yearly- activity is repeated every half yearly. In Statutory date select the first applicable statutory date of the Financial year
  • Annual - activity is repeated every year. In Statutory date select the first applicable statutory date of the Financial year
  • Custom-activity is repeated any random instance. Statutory Date is not mandatory for this type of activity.

@endsection