koel/resources/views/index.blade.php

8 lines
113 B
PHP
Raw Normal View History

2022-06-10 10:47:46 +00:00
@extends('base')
2015-12-13 04:42:28 +00:00
2022-06-10 10:47:46 +00:00
@section('title', 'Koel')
2016-02-02 16:38:57 +00:00
2022-06-10 10:47:46 +00:00
@push('scripts')
@vite(['resources/assets/js/app.ts'])
@endpush