@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
Alternate Text
@foreach ($new_all['data'] as $item)

{{ !empty($item['publish_at']) ? $item['publish_at'] : '' }}

{{ !empty($item['name']) ? $item['name'] : '' }}
{{ __('frontend.see_more') }}
@endforeach
@if ($new_all['pages_total'] > 1)
@endif
@endsection @section('script') @endsection