@extends('layouts.front') @section('content')
@php $news = \App\Models\NotificationBar::orderBy('updated_at', 'desc')->where('active',1)->get(); /* $str=''; foreach($news as $n) { $str.= $n->text.' -- '; } {{$str}} */ @endphp
@foreach($news as $n)
{{$n->text}}
@endforeach

List General

Waiting
Incomplete
Expired
Done
Approved
waiting approved
# Form Name status Project Name Date Deadline

No More Data Found...

Reporting/fixed form

List Fixed

Open
Waiting
Approved
Done
# Form Name Project Name status Date

No More Data Found...

@endsection @section('script') @endsection