success.blade.php 585 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <div style="text-align: center">
  7. <h2 style="margin-bottom: 0">宝时物流 二次加工管理</h2><br/>
  8. <h5 style="margin-top: 0;color:#B8860B ">临时工作人员</h5><br/>
  9. <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/>
  10. <h5 style="margin-top: 0;color: #B8860B">打卡请求已提交!等待确认</h5>
  11. </div>
  12. </body>
  13. </html>