@extends('mobile.module.layouts.content')
@push('meta')
@endpush
@push('css')
@endpush
@section('content')
@foreach($w_finsh as $key => $val)
{{ $val['title'] }}
获得:+{{ $val['points'] }}{{ $val['count'] }}点积分
@endforeach
@foreach($finsh as $key => $val)
{{ $val['title'] }}
获得:+{{ $val['points'] }}{{ $val['count'] }}点积分
@endforeach
@endsection
@section('script')
@endsection