10 lines
139 B
PHP
10 lines
139 B
PHP
@extends('layouts.nova')
|
|
|
|
@push('head')
|
|
@vite(['resources/js/leaderboard.jsx'])
|
|
@endpush
|
|
|
|
@section('content')
|
|
@inertia
|
|
@endsection
|