- @extends('vip.layouts')
- @section('seo_title')
- {{ trans('menu.take_money') }}
- @endsection
- @section('content')
- </script><script type="text/html" id="pass">
- @{{#if(d.status==0){ }}
- <a href="/admin/take/edit?order_id=@{{d.order_id}}" >{{ trans('common.pass')}}</a>
- @{{#}else{ }}
- <a href="/admin/take/edit?order_id=@{{d.order_id}}">{{ trans('common.view')}}</a>
- @{{#} }}
- </script>
- @include('vip.datatable')
- @endsection
|