@extends('layout.main') @section('page_styles') {{--CUSTOM STYLES HERE--}} {{-- --}} @stop @section('layout_sidebar') @include('templates.library_filter', ['createTemplate' => true]) @stop @section('content')
Library
{{--load data here--}}
ID Image Content Updated At Created At
@include('layout.footer')
@stop @section('page_modals') {{--Page modals--}} @include('templates.create_template_modal') @include('templates.edit_template_modal') @include('templates.create_category_modal') @stop @section('page_scripts') {{-- --}} @stop