@extends('FrontEnd.Layouts.main') @section('pagetitle') {{ __('messages.ARTICLES') . ' - ' . __('messages.SITENAME') }} @endsection @section('title') {{ __('messages.ARTICLES') }} @endsection @section('baseurl') {{ route('home') }} @endsection @section('logo') {{ asset('FrontEnd/images/logo.png') }} @endsection @section('image') {{ asset('FrontEnd/images/logo.png') }} @endsection @section('description') {{ __('messages.SITENAME') . ' | ' . __('messages.SITESLOGAN') }} @endsection @section('content') @if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@include('FrontEnd.Layouts.breadcrumb') {{--
image

{{ $article->getAuthor->name }}

http://www.sinmun.com

Dorem Ipsum is simply dummy text of the printing and typesetting industr been the industry's standard dummy text ever since.

--}}
{{--

All News

--}} @forelse ($articles as $article) @empty @endforelse
{{ $articles->links() }} {{-- 1 2 3 4 --}}
@include('FrontEnd.Layouts.left')
@endsection @push('custom') @endpush