@extends('app') @section('content')

{{ $setup->bottle_title }}

{{ $setup->bottle_subtitle }}

Contact Illustration
@csrf

{{ $setup->signup_title }}

{{ $setup->signup_subtitle }}

@csrf

Check out the blog of our previous events!

{{--
--}}
@foreach ($blogs as $d)
{{ $d->title }}
{{ $d->title }}

{{ Str::limit(strip_tags($d->content), 150, ' ...') }}

@endforeach

Frequently Asked Questions

@foreach ($faq as $index => $d)

{{ $d->answer }}
@endforeach

{{ env('APP_NAME') }}

Connect with us on social media.

@endsection @push('styles') @endpush