Ejemplo n.º 1
0
 /**
  * Show the form for editing the specified resource.
  * @return Response
  */
 public function edit($id = 0)
 {
     $time_extend = QuranTimeExtend::with('subject')->findOrFail($id);
     return view('quran::edit', compact('time_extend'));
 }