@extends('frontend::layouts.master') @section('content')

{{ $term['name'] ?? '' }}

{!! $term['detail'] ?? '' !!}
@endsection