@extends('layouts.simple') @section('content')
Logout Logout and Back to Skywatch
@include('flash::message')

{{ $account->account_name }}
Monitoring Walls

User:
{{ $user->user_name }}
Walls:
@foreach($user->walls as $code) @if(key_exists($code,\App\Models\SkywatchWall::$walls)) {{ \App\Models\SkywatchWall::$walls[$code] }}
@endif @endforeach
@endsection