@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