@extends('layouts.vertical', ['pageTitle' => 'Stack Library']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Stack Library', 'pageSubTitle1' => 'Icons', 'pageSubTitle2'=> 'Iconography', 'pageSubText' => 'Your saved stacked icons collection.']) @endsection @section('content')
    @endsection @section('scripts') @vite(['resources/scripts/pages/stacklibrary.js']) @endsection