public function index()
 {
     $expeditions = Expedition::all();
     return view('admin.expeditions.index')->with(compact('expeditions'));
 }