/**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     $berangkat = berangkat::all();
     return view('admin.transaction.keberangkatan')->with('berangkat', $berangkat);
 }