@props([ 'title', 'description' => null, 'backUrl' => null, ]) @php $backUrl = $backUrl ?? route('platform.profile'); @endphp

{{ $title }}

@if ($description) @endif
@if ($errors->any()) @endif {{ $slot }}
@if (session('success'))
{{ session('success') }}
@endif