@extends('layouts.frontend') @section('content')
รับชม : {{$articles->views}} ครั้ง วันที่ : {{TimeAgo($articles->created_at)}} แชร์

{{$articles->title}}

{!! $articles->description !!}

แทงหวยออนไลน์

@php $i = 0; @endphp @foreach ($all as $item) @php $i++; if($i == 4){ break; } @endphp
{{$item->title}}
วันที่ : {{TimeAgo($item->created_at)}} รับชม : {{$item->views}} ครั้ง
@endforeach
@endsection @section('script') @endsection