@extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@if (session('status')) @endif {{ __('You are logged in!') }}

Below you can view all initiatives or create a new one. Use "List initiatives" to manage existing entries, or "Create new initiative" to add a new initiative.

@endsection