@extends('layouts.master') @section('title',trans('articles')) @section('header') @endsection @section('main')
@foreach($posts as $post) @endforeach
{{trans('image')}} {{trans('title')}} {{trans('description')}} {{trans('action')}}
{{$post->title}} {{$post->short_body}}
@endsection @section('footer') @endsection