@extends('layouts.nova')
@push('head')
@if(request()->hasSession() && ! request()->attributes->get('skinbase.session_skipped'))
@endif
@vite(['resources/js/entry-topbar.jsx','resources/js/upload.jsx'])
@endpush
@section('content')
@inertia
@endsection