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