cyca/resources/views/account/highlights.blade.php
Richard Dern 400e3d01f1 Refresh
2022-01-12 00:35:37 +01:00

9 lines
179 B
PHP
Executable File

@extends('layouts.account')
@push('scripts')
<script src="{{ asset('js/highlights.js') }}" defer></script>
@endpush
@section('content')
<highlights></highlights>
@endsection