@extends('merchant.layouts.base')
@section('add_css')
@endsection
@section('content')
公告名称 |
时间 |
@if(count($notice)>0)
@foreach ($notice as $v)
{{ $v->name }} |
{{ $v->created_at }} |
@endforeach
@else
暂无公告 |
@endif
最后一次登陆时间 |
{{ merchant('last_time') }}
|
登录次数 |
{{ merchant('last_number') }}
|
登录IP |
{{ merchant('ip') }}
|
提现时间 |
提现金额 |
到账金额 |
提现手续费 |
收款人 |
处理状态 |
{{--
--}}
{{--
--}}
{{----}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
@endsection
@section('add_js')
@endsection