@extends('layouts.adkgeneraltrading') @section('meta') @endsection @section('title', 'Articles') @section('content')

OUR ARTICLES



{{$article->article_title}}

 Location: {{$article->article_location}}       Date: {{ date('F d, Y', strtotime($article->created_at)) }}



{!!$article->article_details!!}






MORE ARTICLES
@endsection