9 lines
179 B
PHP
Executable File
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 |