@extends('layouts.dashboard') @section('contents')
@if($circulars->count())

Select your circular for Short List Summary

@foreach($circulars as $circular) {{$circular->title}} @endforeach @else

There is no circular currently running.

@endif
@endsection @section('scripts') @endsection