@props([
'title',
'description' => null,
'backUrl' => null,
])
@php
$backUrl = $backUrl ?? route('platform.profile');
@endphp
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{ $slot }}
@if (session('success'))
{{ session('success') }}
@endif