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