@extends('front.layout.app') @section('title', 'Home') @section('content') @if(isset($pageComponents['sliders']) && !empty($pageComponents['sliders']))
@endif @if(isset($pageComponents['aboutSecs']) && !empty($pageComponents['aboutSecs']))
@if(isset($pageComponents['aboutSecs'][3]) && !empty($pageComponents['aboutSecs'][3])) @php $aboutSec2 = $pageComponents['aboutSecs'][3]; @endphp

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

{!! $aboutSec2->description ?? '' !!} {!! $aboutSec2->description2 ?? '' !!} {{ $aboutSec2->button_text ?? 'Learn More'}}
@if(!empty($aboutSec2->pageComponentMedia[0]) && $aboutSec2->pageComponentMedia[0]->file_type == 'image') @endif
@endif
@endif @if(isset($pageComponents['specialization']) && !empty($pageComponents['specialization'])) @php $specialization = $pageComponents['specialization']; @endphp

{{$specialization->title ?? 'Our Specialization'}}{{$specialization->sub_title??'Strain Types & Effects'}}

{!! $specialization->description ?? '' !!}