Example #1
0
 public function requestShow($pb_id)
 {
     $data = ['row' => Pb::fetchDetail($pb_id), 'list' => Pbs::fetchDetail($pb_id), 'role' => $this->role];
     return view('material.request.show', $data);
 }