@extends('layout.main')
@section('page_styles')
{{--CUSTOM STYLES HERE--}}
{{-- --}}
@stop
@section('layout_sidebar')
@include('templates.library_filter', ['createPost' => true])
@stop
@section('content')
{{--data--}}
Can't load more posts, please try searching again.
@include('layout.footer')
@stop
@section('page_modals')
{{--Create Post Modal--}}
@include('modals.create_post')
{{-- @include('modals.view_post')--}}
@stop
@section('page_scripts')
@stop