@extends('header') @section('content')
@if (isset($account->logo_url)) {!! HTML::image($account->logo_url.'?no_cache='.time(), 'Logo', ['width' => 100]) !!} @endif |
{{ $account->account_name }}
|
@if ($account->user_id == Auth::user()->id) {{ trans('texts.logged_in')}} @else {{-- Button::primary(trans('texts.unlink'))->withAttributes(['onclick'=>"return showUnlink({$account->id}, {$account->user_id})"]) --}} @endif |