@extends('front.layout.app') @section('title', 'About Us') @section('content') @if(!empty($page->pageComponents)) @forelse($page->pageComponents as $key => $section) @if($key == 0)
@if(!empty($section->pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'image') @elseif(!empty($section->pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'video') @endif

{{$section->title ?? 'About Us'}}

@endif @if($key == 1)

{{$section->title ?? 'Know About Us'}}{{$section->sub_title ?? 'Norcanna Inc.'}}

{!! $section->description ?? '' !!} {!! $section->description2 ?? '' !!} {{-- {{$section->button_text ?? 'Learn More'}}--}}
@if(!empty($section->pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'image') @elseif(!empty($section->pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'video') @endif
@endif @if($key == 2)
pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'image') style="background: url({{asset($section->pageComponentMedia[0]->file_name)??asset('front/images/story-bg.jpg')}})" @endif>
@if(!empty($section->pageComponentMedia[1]) && $section->pageComponentMedia[1]->file_type == 'image') @elseif(!empty($section->pageComponentMedia[1]) && $section->pageComponentMedia[1]->file_type == 'video') @endif

{{$section->title ?? 'Our History'}}

{!! $section->description ?? '' !!}
{!! $section->description2 ?? '' !!}
@if(!empty($faqs) && $faqs != null)

Fast answers about cannabis deliveryFrequently Asked Questions

@foreach($faqs as $fkey => $faq)
{!! $faq->description ?? '' !!}
@endforeach
@endif @endif @if($key == 3)

{{$section->title ?? 'Proposition 65'}}

{!! $section->description ?? '' !!}
@if(!empty($section->pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'image') @elseif(!empty($section->pageComponentMedia[0]) && $section->pageComponentMedia[0]->file_type == 'video') @endif
@endif @empty
First slide

About Us

@endforelse @endif @endsection