success.blade.php 685 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. </head>
  7. <body>
  8. <div style="text-align: center">
  9. <h2 style="margin-bottom: 0">宝时物流 二次加工管理</h2><br/>
  10. <h5 style="margin-top: 0;color:#B8860B ">临时工作人员</h5><br/>
  11. <h3 style="margin-bottom: 0">姓名:@if($full_name)<b style="color: #2a9055">{{$full_name}}</b>@endif&nbsp;&nbsp;&nbsp;&nbsp;打卡时间:@if($checked_at)<b style="color: #2a9055">{{$checked_at}}</b> @endif</h3><br/>
  12. <h5 style="margin-top: 0;color: #B8860B">打卡请求已提交!等待确认</h5>
  13. </div>
  14. </body>
  15. </html>