@extends('frontend.layouts.master') @section('title', 'Haberler - ') @section('header') @endsection @section('footer') @endsection @section('content')

{{ dil('Haberler') }}

@foreach($articles as $article) @endforeach {!! $articles->render() !!}
@endsection