@extends('frontend.layouts.master') @section('page_title') {{ __('about.title') }} @endsection @section('head') @endsection @section('content-wrapper') @if(view()->exists('tenants.' . $currentCompany->code . '.frontend.about-us.portada' )) @include('tenants.' . $currentCompany->code . '.frontend.about-us.portada') @else

{{ __('about.title') }}

@endif @endsection