{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @extends('layouts.layout_home') @section('title') {{ env('APP_DESCRIPTION') }} @endsection @section('announcements') @include('widgets.announcements', ['announcements' => $announcements]) @endsection @section('content')

{{ __('app.view_activities') }}

{{ __('app.upcoming_activities') }} | {{ __('app.past_activities') }}

@endsection @section('javascript') @endsection