@extends('layouts.app') @auth @section('content')

Annoucements in the Clinic.


@if(!empty($text) && $text->count()) @foreach($text as $key => $value) @endforeach @else @endif
Text Date Writer
{{ $value->Announce}} {{ $value->created_at}} Team Leader
There is no data.
@endauth @endsection