public function edit_job_order_scope($id)
 {
     $data['quotation'] = QuotationScope::where('quotation_id', $id)->get();
     return View::make('productions.edit_po_scope', $data);
 }