Пример #1
0
 public function getJust($id)
 {
     $not = Comprobante::find($id);
     return response()->download($not->file);
 }