@extends('theme.theme_main') @section('breadcrumb') {!! Breadcrumbs::render('campaign') !!} @stop @section('content_title')

Announcement List

@stop @section('content')

Filter


@if(isset($all_announcement['data']) && !empty($all_announcement['data'])) @foreach ($all_announcement['data'] as $temp_announement) @endforeach @else @endif
Title Start Date End Date Status Created At
({{$temp_announement['id']}}) {{$temp_announement['name']}} {{$temp_announement['start_date']}} {{$temp_announement['end_date']}} {{ucfirst($temp_announement['status'])}} {{$temp_announement['created_at']}}
- No Result -
@stop @section('script') @stop