@extends('layouts.front_vertical_menu') @section('customcss') @endsection @section('pagecontent')

@lang('frontsistema.promociones.title')

@if(count($promotions) > 0) @foreach($promotions as $promotion)
team-member

{{ $promotion->promo_title }}

{{ mb_strimwidth($promotion->short_description, 0, 95, "...") }}

@lang('frontsistema.promociones.view_more')
@endforeach @else

@lang('frontsistema.promociones.not_found_msg')

@endif
@endsection @section('customjs') @endsection