@props(['title' => null, 'metaDescription' => null, 'canonical' => null, 'ogImage' => null, 'jsonLd' => null]) {{ str_replace('MeyaHealth', config('brand.name'), $title ?? config('brand.name').' — '.config('brand.tagline')) }} @if($metaDescription)@endif @if($canonical)@endif @if($metaDescription)@endif @if($canonical)@endif @if($ogImage)@endif @if($jsonLd)@endif @fonts @vite(['resources/css/app.css', 'resources/js/app.js'])
Logo {{ config('brand.name') }} {{ config('brand.name') }}{{ config('brand.tagline') }}
@if(session('success') || session('error'))

{{ session('error') ?? session('success') }}

@endif
{{ $slot }}
@unless(request()->routeIs('orders.*', 'cart.*', 'notifications.*', 'addresses.*', 'referrals.*', 'health.*')) @endunless