@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
@foreach (workshops() as $workshop)
{{ langConverter($workshop->en_title,$workshop->fr_title) }}
{{ langConverter($workshop->en_title,$workshop->fr_title) }}
{{ Str::limit(langConverter($workshop->en_description, $workshop->fr_description), 330) }}
{{ __('Show The workshops') }}
@endforeach
{{-- Products catalog section --}}
{{ langConverter(isset($informativedata['en_product_catalog_title']) ? $informativedata['en_product_catalog_title'] : '', isset($informativedata['fr_product_catalog_title']) ? $informativedata['fr_product_catalog_title'] : '' ) }}
{{ langConverter(isset($informativedata['en_product_catalog_description']) ? $informativedata['en_product_catalog_description'] : '', isset($informativedata['fr_product_catalog_description']) ? $informativedata['fr_product_catalog_description'] : '' ) }}
@foreach (catalogs() as $catalog)
{{ langConverter($catalog->en_title,$catalog->fr_title) }}
{{ __('Learn more') }}
@endforeach
{{-- /Products catalog section --}} @endsection @push('post_script') @endpush