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

Feed

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

{{$feed->description}}

@endforeach
@else

No Records Found

@endif
@endsection @push('scripts') @endpush