@extends('layouts.app') @section('title') {{ 'News Feeds' }} @endsection @push('styles') @endpush @section('content')
{!! $html !!}
Loader
@push('scripts') @endpush @endsection