@extends('layouts.association.association') @section('title') {{ $title }} , {{ $assoc_name }} @endsection @section('content')

{{ $title }}

{{ $assoc_name }}
@if ($context !==null)
{!! $context->description !!}
@else
No Info Available
@endif
@endsection