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

@foreach($member_info as $k=>$v) @endforeach
{{trans('common.user_account')}} {{trans('common.user_addtime')}} {{trans('common.user_project')}} {{trans('common.user_design')}} {{trans('common.user_act')}}
{{$v['username']}} {{$v['created_at']}} {{trans('common.user_view')}} {{trans('common.user_view')}} {{trans('common.user_updatepwd')}} | {{trans('common.user_del')}}
@endsection