@extends('frontend.layouts.master') @section('page_title') {{ __('moneder.tidings.title') }} @endsection @section('head') @endsection @section('content-wrapper') @if(view()->exists('tenants.' . $currentCompany->code . '.frontend.moneder-tidings.index' )) @include('tenants.' . $currentCompany->code . '.frontend.moneder-tidings.index') @else
{!! substr(strip_tags($tiding['descripcio']), 0, 100) . '....'; !!}
{{ $tiding['nomSector'] }}
{{ __('tidings.read-more') }}