@extends('layouts.nova') @push('head') @vite(['resources/js/profile.jsx']) {{-- OG image (not in nova base layout) --}} @if(!empty($og_image)) @endif @endpush @section('content') @inertia @endsection