@extends('layouts.site') @section('title') {{ Lang::get('marketplace.all_news') }}@endsection @section('content')

{{ Lang::get('marketplace.all_news') }}

@foreach($posts as $post) @endforeach
@endsection @section('js') @endsection