Share Your Story
@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')
@push('scripts') @include('front_end.layouts.newsfeed_scripts') @endpush @section('extra-js') @endsection @endsection