@extends('web.layouts.layout') @section('content')

{{ $title ?? "" }}

{{ __('main.welcome') . ' ' . (auth()->user()->name ?? auth()->user()->username ?? "") }}

{{ __('users::users.want_to_log_out') }}

@csrf
@endsection @push('stack_scripts') @endpush