@extends('layouts.dashboard') @section('contents') @if(Session::has('error')) Info Your request is discarded due to - {{ Session::get('error') }} @php Session::forget('error'); @endphp Close @endif @if($circulars->count()) Available Circular(s) @foreach($circulars as $circular) {{$circular->title}} Id - {{$circular->id}} *Fees - {{$circular->fees}} *End - {{ \Carbon\Carbon::parse($circular->app_end)->format('d/m/Y') }} Dashboard App. List Report @endforeach @else There is no circular currently running. @endif @endsection @section('scripts') @endsection
Your request is discarded due to - {{ Session::get('error') }}
Available Circular(s)
There is no circular currently running.