@extends('layouts.frontend.master') @section('title') {{ !empty($menu['menu']) ? $menu['transtitle'] : '' }} @endsection @section('keyword') {{ !empty($menu['keyword']) ? $menu['transkeyword'] : '' }} @endsection @section('description') {{ !empty($menu['description']) ? $menu['transdescription'] : '' }} @endsection @section('head') @endsection @section('content') News Home News @forelse ($news as $item) {!! date('d M Y', strtotime($item->created_at)) !!} {{ \Illuminate\Support\Str::limit($item->transtitle, 20) }} {!! date('d M Y', strtotime($item->created_at)) !!} {{-- {{Str::limit($item->transcontent,150)}} --}} {!! Str::limit(strip_tags($item->transcontent), 150) !!} @empty @endforelse @endsection @section('scripts') @endsection
{!! date('d M Y', strtotime($item->created_at)) !!}
{{Str::limit($item->transcontent,150)}}