@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'))