@extends('frontend.layouts.master') @section('page_title') {{ __('contact.title') }} @endsection @section('head') @endsection @section('content-wrapper') @if(view()->exists('tenants.' . $currentCompany->code . '.frontend.contact.portada' )) @include('tenants.' . $currentCompany->code . '.frontend.contact.portada') @else
{{ __('contact.subtitle-pimeef') }}
{{ $infoAsso['adresa'] }}
@endif @if($infoAsso['info_tel']) @endif @if($infoAsso['info_email']) @endif @if($infoAsso['info_horaris'] != ''){!! $infoAsso['info_horaris'] !!}
@endif