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

Magazine

@foreach ($blog_list as $blog)

{{date("M d Y",strtotime($blog->created_at))}}

{{$blog->author_name}}

{{strip_tags($blog->description)}}

@endforeach
{{$blog_list->links('pagination::bootstrap-4')}}
@endsection