@extends('front_end.layouts.home') @section('title', 'Newsfeed - SocialLink') @php $boxAvatar = Auth::user()->avatar; @endphp @push('styles') @include('front_end.layouts.newsfeed_styles') @endpush @section('content')

Share Your Story

@php $postType = 'post'; @endphp @include('front_end.layouts.newsfeed_box')
Hello, Admin User!

Hope you're having a great day.

@push('scripts') @include('front_end.layouts.newsfeed_scripts') @endpush @section('extra-js') @endsection @endsection