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

Announcements in the Clinic

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