@extends('layouts.app') @section('nav-links') @include('imports.nav-links',['navItem'=> 'landing']) @endsection @section('contents')
Welcome to Jobs Automation System : A streamlined admission and management platform for RUET postgraduate students. From online circulars to application submission and administrative processing — everything is managed in one place, which is saving time and effort.
@if($circulars->count())For better performance we recommended to use Google Chrome .
| Circular-Title | Application-Start | Application-End | Fees | Details | Action |
|---|---|---|---|---|---|
| {{$circular->title}} | {{\Carbon\Carbon::parse($circular->app_start)->format('d/m/Y')}} | {{\Carbon\Carbon::parse($circular->app_end)->format('d/m/Y')}} | {{$circular->fees}} | View | @if(!intval($circular->expired)) Apply Now! @else Expired @endif |