@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

people {{ $account->identifier }}

Cancel
@include('parts.tabs', [ 'items' => [ route('admin.account.edit', $account->id, ['type' => 'messages']) => 'Information', route('admin.account.device.index', $account->id, ['type' => 'accounts']) => 'Devices', ], ]) @if ($devices->isEmpty()) @endif @foreach ($devices as $device) @endforeach
User Agent
No Devices
{{ $device->user_agent }} Delete
@endsection