@section('title',$title) @section('description',$description) @extends('layout.app') @section('content')
Quick Access
@if(count($attachments) > 0)
@foreach ($attachments as $attachment) @endforeach
@else

No Attachments

@endif
@endsection