@extends('layouts.front-layout') @section('title') Terms @endsection @section('content')
{{--

{{$pageData['Term']['top_banner_title'] ?? ''}}

--}}
{!!$pageData['Term']['first_description'] ?? ''!!}
{!!$pageData['Term']['second_description'] ?? ''!!}
@endsection