@extends("app.layout.base") @section("content") @foreach(\App\News::query()->orderBy("created_at", "desc")->get() as $new) {{ $new->name }} {{ $new->subname }} {!! $new->content !!} @endforeach @if(count(\App\News::query()->orderBy("created_at", "desc")->get()) == 0) {{__('msg.ingennyheder')}} @endif Some text some message.. @endsection @section("scripts") @endsection
{{ $new->name }}
{{__('msg.ingennyheder')}}