@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Create Story') @section('content')

Create New Story

Share your moments
User Avatar
{{ Auth::user()->name }}
{{"@"}}{{ Auth::user()->username }}
Drag and drop your media here

or

Story preview
@push('styles') @endpush @push('scripts') @endpush @endsection