@extends('panel.layouts.base')
@section('seo_description', __('panel/auth/dashboard.description'))
@section('title',__('panel/auth/dashboard.title',['userName' => $user->name]))
@push('css')
@endpush
@if ($errors->register_modal->any())
@foreach ($errors->register_modal->all() as $error)