@extends('back.layout') @section('title') {{ __('j4') }} - {{ __('n1') }} @endsection @section('css') @endsection @section('content')

{{ __('j5') }}

@if (auth()->user()->id == 1) {{-- All Feeds --}} @if (count($feeds) > 0)
@foreach ($feeds as $feed) @endforeach
# {{ __('j7') }} {{ __('j8') }} {{ __('j9') }} {{ __('j10') }}
{{ $feed->id }} {{ \App\Models\User::find($feed->user_id)->name }} {{ $feed->text }} @if ($feed->status == 1) {{ __('j11') }} @else {{ __('j12') }} @endif @if ($feed->status == 1) @else @endif
    @else

    {{ __('j13') }}

    @endif @else
    @csrf @method('POST')
    @endif
    @endsection @section('jss') @endsection