@extends('layouts.app') @section('title', $title = __('navbar.profile')) @section('content')
@csrf
Profile
Real-Time Service
Profile->service == 'echo') class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600" value="echo">
Profile->service == 'mqtt') class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600" value="mqtt">

{{ __('user.PersonalInformation') }}


@include('shared.date', ['name' => 'birthday', 'id' => 'birthday', 'to' => 'today', 'value' => ($user->Profile?->birthday ?? '')])

{{ __('user.DateTimeLanguage') }}


{{ __('user.security') }}


@endsection