@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content') {{-- Breadcrumb --}} {{-- /Breadcrumb --}} {{-- Content Area --}}
{{ langConverter(isset($informativedata['en_bio_db_title']) ? $informativedata['en_bio_db_title'] : '', isset($informativedata['fr_bio_db_title']) ? $informativedata['fr_bio_db_title'] : '') }}
{!! langConverter( isset($informativedata['en_bio_db_description']) ? $informativedata['en_bio_db_description'] : '', isset($informativedata['fr_bio_db_description']) ? $informativedata['fr_bio_db_description'] : '', ) !!}

{{ __('Project’s Components:') }}

@foreach ($biodiversities as $biodiversity)

{!! langConverter($biodiversity->en_description,$biodiversity->fr_description) !!}
@endforeach
{!! isset($informativedata['bio_db_video']) ? videoConverter($informativedata['bio_db_video']) : '' !!}
{{-- /Content Area --}} @endsection