@extends('layouts.master') @section('contain')

News Feed Management

@if (auth()->user()->user_role == 'sub_admin') @endif
{{--
Data table example
--}}
{{-- --}} @php $num = 1; @endphp @foreach ($newsfeeds as $newsfeed) @endforeach
S.No Description Created AtMediaAction
{{ $num++ }} {!! $newsfeed->description !!} {{ $newsfeed->created_at->format('d-m-Y') }}
@csrf @method('DELETE')
{{-- {{$vid??""}} --}}
@endsection