@extends('app') @section('content') {{ $setup->bottle_title }} {{ $setup->bottle_subtitle }} @csrf Submit {{ $setup->signup_title }} {{ $setup->signup_subtitle }} @csrf Join Model Community Check out the blog of our previous events! {{-- Read All Blog --}} @foreach ($blogs as $d) {{ $d->title }} {{ Str::limit(strip_tags($d->content), 150, ' ...') }} Read more @endforeach Frequently Asked Questions @foreach ($faq as $index => $d) {{ $d->question }} {{ $d->answer }} @endforeach {{ env('APP_NAME') }} Connect with us on social media. @endsection @push('styles') @endpush
{{ $setup->bottle_subtitle }}
{{ $setup->signup_subtitle }}
{{ Str::limit(strip_tags($d->content), 150, ' ...') }}
Connect with us on social media.