@extends('apex-layouts.main') @section('content')

Announcements

Total Announcements:  {{ $announcements->total() }}
@foreach($announcements as $value) @endforeach
id Type Message StartDate EndDate Active actions
{{$value->id}} {{$value->type}} {{$value->message}} {{\App\helpers\ViewCommonHelper::getDateFormat($value->StartDate)}} {{\App\helpers\ViewCommonHelper::getDateFormat($value->EndDate)}} notActive
@method('DELETE') @csrf
@method('POST') @csrf
@if($announcements->total() > $announcements->perPage()) @endif
@endsection @section('scripts') @stop @section('styles') @stop