@extends('layout.home') @section('content')
@include('layout.direction')
{{$article->title}}
@foreach($attachment as $pdf) @endforeach
@endsection