@extends('layouts.teacher.layout') @section('content')

Feed

@if(count($feeds)!=NULL)
@foreach($feeds as $feed)
@if($feed->tag=='Birthday') @elseif($feed->tag=='Workanniversary') @else @if(count($feed->attachment_file ?? []) > 0) @else @endif @endif

{!! htmlspecialchars_decode(nl2br(e($feed->description))) !!}

@endforeach
@else

No Records Found

@endif {{ $feeds->links() }}

Guidelines for posting

  • {{ trans('feed.point_one') }}
  • {{ trans('feed.point_two') }}
  • {{ trans('feed.point_three') }}

Tags

    @foreach($tags as $tag) @if($tag->tag_name!=NULL)
  • {{$tag->tag_name}}({{$tag->getTag($tag->tag_name)}})
  • @endif @endforeach
@endsection @push('scripts') @endpush