@extends('layouts.app') @section('content')

{{ __('dashboard.profile.title') }}


devices
{{ __('dashboard.profile.tilePersonalDataTitle') }}
devices
{{ __('dashboard.profile.tileNotificationsTitle') }}
devices
{{ __('dashboard.profile.tileHistoryTitle') }}
devices
{{ __('dashboard.profile.tileAccountDataTitle') }}

@yield('profile_content')
@endsection