Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 1334 | Revision 1486 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1334 Revision 1482
Zeile 18... Zeile 18...
18
     */
18
     */
19
    public function index(): Factory|View|Application
19
    public function index(): Factory|View|Application
20
    {
20
    {
21
        //
21
        //
22
        $actions = Action::orderBy( "rank" )->get();
22
        $actions = Action::orderBy( "rank" )->get();
23
        return view( 'admin/actions', [ "actions" => $actions, ] );
23
        return view( 'admin/actions', [ "aktionen" => $actions, ] );
24
    }
24
    }
Zeile 25... Zeile 25...
25
 
25
 
26
    /**
26
    /**
27
     * Show the form for creating a new resource.
27
     * Show the form for creating a new resource.