@extends('base.base') @section('base')

{{ trans('cs.cs.withdraw_title') }}

{{trans('cs.cs.apply',['p'=>$applyUserCount->userCount ?? 0,'num'=>$applyUserCount->count ?? 0])}}    {{trans('cs.cs.total')}}{{$applyUserCount->WithDraw ?? 0}}   

{{trans('cs.cs.cs_title')}}

{{trans('cs.cs.msgcount',['count'=>$message->count])}}    {{trans('cs.cs.replyed',['count'=>$message->replycount])}}    {{trans('cs.cs.read',['count'=>$message->readcount])}}
@endsection