@extends('layouts/home/logined') @section('title') {{trans('common.title_user')}} @endsection @section('content')

基本信息

用户名:{{$username}}
邮箱:{{$email}}
关联品牌:{{$brand}}
项目数:{{$project_count}}
子账号数:{{$son_count}}
收款单数:{{$bill_count}}
@endsection