Guest User

Untitled

a guest
Mar 17th, 2018
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Collection {#287 ▼
  2. #items: array:3 [▼
  3. 0 => Branch {#297 ▼
  4. #connection: "mysql"
  5. #table: null
  6. #primaryKey: "id"
  7. #keyType: "int"
  8. +incrementing: true
  9. #with: []
  10. #withCount: []
  11. #perPage: 15
  12. +exists: true
  13. +wasRecentlyCreated: false
  14. #attributes: array:6 [▶]
  15. #original: array:6 [▶]
  16. #casts: []
  17. #dates: []
  18. #dateFormat: null
  19. #appends: []
  20. #events: []
  21. #observables: []
  22. #relations: array:1 [▼
  23. "cashier" => User {#301 ▼
  24. #fillable: array:4 [▶]
  25. #hidden: array:2 [▶]
  26. #connection: "mysql"
  27. #table: null
  28. #primaryKey: "id"
  29. #keyType: "int"
  30. +incrementing: true
  31. #with: []
  32. #withCount: []
  33. #perPage: 15
  34. +exists: true
  35. +wasRecentlyCreated: false
  36. #attributes: array:8 [▼
  37. "id" => 5
  38. "name" => "qqqaMiracle Auer"
  39. "email" => "qqqapdickens@hotmail.com"
  40. "password" => "$2y$10$FArFw2M.dQBcsP4XAQ8a5.vYsfZHLp8S/6.1ZSaVGHaxuSKiYogbe"
  41. "usertype" => "cashier"
  42. "remember_token" => null
  43. "created_at" => "2018-01-22 03:30:20"
  44. "updated_at" => "2018-01-22 05:56:19"
  45. ]
  46. #original: array:8 [▶]
  47. #casts: []
  48. #dates: []
  49. #dateFormat: null
  50. #appends: []
  51. #events: []
  52. #observables: []
  53. #relations: []
  54. #touches: []
  55. +timestamps: true
  56. #visible: []
  57. #guarded: array:1 [▶]
  58. #rememberTokenName: "remember_token"
  59. }
  60. ]
  61. #touches: []
  62. +timestamps: true
  63. #hidden: []
  64. #visible: []
  65. #fillable: []
  66. #guarded: array:1 [▶]
  67. }
  68. 1 => Branch {#298 ▶}
  69. 2 => Branch {#299 ▶}
  70. ]
  71. }
  72.  
  73. @foreach($dataBranch as $Branch)
  74. <tr class="item{{$Branch->id}}">
  75. <td> <a class="name">{{$Branch->branch_name}}</a> </td>
  76. <td> <a class="name">{{$Branch->cashier->name}}</a> </td>
  77. </tr>
  78. @endforeach
Add Comment
Please, Sign In to add comment