@extends('layouts.frontend', ['body_class' => 'bg-gray-100']) @php SEOMeta::setTitle('Hírek'); @endphp @section('content') app()->getLocale()]) }}">
{{ __('Új hír') }}
@foreach ($news as $new) @endforeach
# {{ __('Cím') }} {{ __('Nyelv') }} {{ __('Műveletek') }}
{{ $new->id }} {{ $new->title }} {{ $new->lang }} {{ __('Szerkeszt') }}
@endsection