@extends('../themes/base') @section('head') @yield('subhead') @endsection @section('content')
@yield('subcontent')
@endsection @pushOnce('styles') @vite('resources/css/vendors/tippy.css') @vite('resources/css/themes/tinker/side-nav.css') @endPushOnce @pushOnce('vendors') @vite('resources/js/vendors/tippy.js') @endPushOnce @pushOnce('scripts') @vite('resources/js/themes/tinker.js') @endPushOnce