@extends('web.home.layout.master') @section('content') News {{ $data->news_title }} Posted by American Plastics {{ $data->created_at->format('F j, Y') }} {{ Str::limit($data->description, 200) }} {!! $data->description !!} Tags Plastic Industry Manufacturing Innovation @endsection @push('styles') @endpush
Posted by American Plastics
{{ $data->created_at->format('F j, Y') }}
{{ Str::limit($data->description, 200) }}