@extends('layout.main') @section('page_styles') {{--CUSTOM STYLES HERE--}} {{-- --}} @stop @section('layout_sidebar') @include('templates.library_filter', ['createPost' => true]) @stop @section('content')

Library

{{--toolbar buttons--}}
{{--data--}}
@include('layout.footer')
@stop @section('page_modals') {{--Create Post Modal--}} @include('modals.create_post') {{-- @include('modals.view_post')--}} @stop @section('page_scripts') @stop