@extends('web.layouts.main') @section('content')

{{$aboutPage->title}}

{!! $aboutPage->description !!}

@foreach($years as $key=>$row)

@foreach(articles($row->id) as $article) @endforeach
@endforeach
@stop