@extends('layouts.app') @section('title') Welcome @endsection @section('meta') @endsection @section('content')
@if (session('status')) @endif

{{ config('app.quotes')[array_rand(config('app.quotes'))] }}


{{ config('app.name') }} is meant to be a tight-knit community of like-minded people. Our community is closed, so you'll have to know somebody already inside to get invited.
{{ config('app.name') }} is entirely non-profit! The owners of the site make no money from hosting {{ config('app.name') }}.
Check out the people that helped to make Tadah what it is today.

@endsection