app.blade.php 242 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 @extends('layout') @pushonce('head') {{ resolve(\App\Support\Vite::class)->__invoke('resources/js/app.ts','vendor/web') }} @inertiaHead @endpushonce @section('body') <body style="margin: 0"> @inertia </body> @endsection