2022-06-10 10:47:46 +00:00
|
|
|
@extends('base')
|
2017-08-27 15:53:17 +00:00
|
|
|
|
2022-06-10 10:47:46 +00:00
|
|
|
@section('title', 'Koel - Remote Controller')
|
2017-08-27 15:53:17 +00:00
|
|
|
|
2022-06-10 10:47:46 +00:00
|
|
|
@push('scripts')
|
|
|
|
@vite(['resources/assets/js/remote/app.ts'])
|
|
|
|
@endpush
|