@extends('frontLayout.frontlayout') @section('content')
{!! isset($page->description) && $page->description ? __dl($page,'description') : "" !!}
@endsection