@extends('layouts.common.common') @section('content')
@if($page != NULL)

{{$page->heading}}

@else
no-result
@endif
@endsection