mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-03 21:21:01 +02:00
7 lines
188 B
PHP
7 lines
188 B
PHP
@extends('linkstack.layout')
|
|
@section('content')
|
|
@push('linkstack-head-end')
|
|
@include('linkstack.modules.theme')
|
|
@endpush
|
|
@include('linkstack.elements.buttons')
|
|
@endsection |