@extends('admin.layouts.master') @section('content')
Account Information

{{ $account->name == null ? $account->nickname : $account->name }}

{{ $account->email }}

{{ $account->phone == null ? '..............' : $account->phone }}

{{ $account->address == null ? '..............' : $account->address }}

@endsection