@extends('frontend.layouts.master') @section('page_title') {{ __('moneder.tidings.title') }} @endsection @section('head') @endsection @section('content-wrapper')

{{ __('moneder.tidings.title') }}

@if(count($tidings))
@foreach ($tidings as $tiding)
{{ $tiding['titol'] }}

{!! $tiding['descripcio'] !!}

@if(isset($tiding['pag_web']) && $tiding['pag_web'] != '') {{ __('tidings.read-more') }} @endif
@endforeach
@else
@endif
@endsection