@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 !!}
@endsection @push('styles') @endpush