financeSvc = $financeSvc; $this->journalRepo = $journalRepo; } /** * Display a listing of the Aircraft. */ public function index(Request $request) { } /** * Show a month */ public function show($id) { } }