@extends('web.layouts.main') @section('content')

المقالات

@foreach($article_paginates as $row)

{{date_format($row->created_at,"Y/m/d")}}

{{$row->name}}

{{substr_replace($row->description,"...",120) }} المزيد

@endforeach
    {{$article_paginates->render()}}
@push('js') @endpush @stop