@extends('admin.dashboard') @if(Session::has('status')) @endif @section('content')

Announcements

Announcements Table:

@foreach ($announcement as $data) @endforeach
Sl.No Announcement Name Announcements Url Status Action
{{$slno}} {{$data->ann_name }} {{$data->ann_url }}
@endsection