user_code.blade.php 818 B

123456789101112131415161718192021222324252627
  1. @extends('mobile.module.layouts.content')
  2. @push('meta')
  3. <meta name="csrf-token" content="{{ csrf_token() }}">
  4. @endpush
  5. @push('css')
  6. <link href="{{ theme_asset('mobile/css/personal.css') }}" rel="stylesheet">
  7. <link href="{{ theme_asset('mobile/css/company.css') }}" rel="stylesheet">
  8. @endpush
  9. @section('content')
  10. <div class="favorites-top-nav list_height">
  11. <div class="n-cell " style="width: 100%; position: relative; text-align:center" >出示二维码至扫描仪器处</div>
  12. <div class="clear"></div>
  13. </div>
  14. <div class="split-block"></div>
  15. <div class="split-block-title link_yellow" style="text-align: center;">
  16. {!! $user_code !!}
  17. <p>该二维码适用于参加现场招聘会出入场使用</p>
  18. </div>
  19. @endsection
  20. @section('script')
  21. @endsection