Wire admin studio SSR and search infrastructure
This commit is contained in:
12
resources/views/admin.blade.php
Normal file
12
resources/views/admin.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@extends('layouts.nova')
|
||||
|
||||
@push('head')
|
||||
@if(request()->hasSession() && ! request()->attributes->get('skinbase.session_skipped'))
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
||||
@endif
|
||||
@vite(['resources/js/admin.jsx'])
|
||||
@endpush
|
||||
|
||||
@section('content')
|
||||
@inertia
|
||||
@endsection
|
||||
Reference in New Issue
Block a user