@extends('website.layouts.app') @section('content') @include('website.layouts.title_section')
@if($terms && $terms != []) @foreach($terms as $term)

{!! $term->description !!}
@endforeach @endif
@endsection