@extends("amp.app") @section('header') {{ get_buzzy_config('sitetitle') }} @endsection @section('content') @include('amp.ads', ['position' => 'IndexAmp', 'width' => '300', 'height' => 'auto'])
@foreach ($lastNews as $k => $item)

{!! $item->title !!}

{{trans('v4.read_more')}}
@endforeach
@endsection