LinkStack/resources/views/linkstack/linkstack.blade.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