usertake.blade.php 463 B

1234567891011121314
  1. @extends('vip.layouts')
  2. @section('seo_title')
  3. {{ trans('menu.take_money') }}
  4. @endsection
  5. @section('content')
  6. </script><script type="text/html" id="pass">
  7. @{{#if(d.status==0){ }}
  8. <a href="/admin/take/edit?order_id=@{{d.order_id}}" >{{ trans('common.pass')}}</a>
  9. @{{#}else{ }}
  10. <a href="/admin/take/edit?order_id=@{{d.order_id}}">{{ trans('common.view')}}</a>
  11. @{{#} }}
  12. </script>
  13. @include('vip.datatable')
  14. @endsection