@if (count($user->devices) == 0) @else @foreach ($user->devices as $device)
{{ $device->name }}
{{ $device->name }} {{ $device->bought_at_hr() }}
@if ($edit) @endif
@endforeach @endif @if ($edit)
@endif
@if ($edit && $modalDeviceIsOpen)
@error('bought_date')
{{ $message }}
@enderror
@endif