@if(isset($page))

{{$page->topic->name}}

@if($page->digram_img!=null) @endif
{!!$page->txt!!}
Total Pages:{{count($pages)}}
@else

No data found

@endif
@include('frontEnd.footer')