@extends('layouts/home/app') @section('title') {{trans('common.title_index')}} @endsection @section('content')

{{$articles['title']}}

{!!$articles['content'] !!}

Related Links

@endsection