@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

{{ auth('project')->user()->name }}

{{__("messages.Forms")}}

Waiting
Incomplete
# {{__("messages.Form Name")}} {{__("messages.description")}} {{__('messages.Date')}} {{__('messages.Deadline_front')}}

No More Data Found...

{{ auth('project')->user()->name }}

{{__("messages.History")}}

Expired
Approved
waiting approved
Done
# {{__("messages.Form Name")}} {{__("messages.description")}} {{__('messages.Date')}} {{__('messages.Deadline_front')}}

No More Data Found...

@endsection @section('script') @endsection