@extends('layouts.default') @section('title') {{$page_content->name}} @endsection @section('content')
@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif

{{$page_content->hero_section_title ?? $page_content->name}}

{!! $page_content->hero_section_p ?? "Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet. Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet." !!}

@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif

{{$page_content->first_section_title ?? "Why the Project?"}}


{!! $page_content->first_section_p ?? "Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet. Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet." !!}

{{--
@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif

{{$page_content->second_section_title ?? "Gallery"}}

{!! $page_content->second_section_p ?? 'View our gallery' !!}

--}} @if(domain($_SERVER['HTTP_HOST'])->company_name == "Nlsalumni") @if($page_content->slug == "ealumni")
@if(count($gallery) > 0) @if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif @foreach ($gallery as $photo)
@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif image
@endforeach @else
No photos found
@if(Auth::check()) @if(Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif @endif
@endif @endif
@include('elements.template-hero') @include('elements.template-first') @include('elements.template-second') @include('elements.gallery') @endsection