@extends('web.layouts.app') @section('title') Widex || {{@$content->title}} @endsection @section('meta_description') @if(@$content->og_image) @else @endif @endsection @section('content')

{{@$content->title}}

@if(!empty($content->p_desc)) {!!$content->p_desc!!} @else

No Content Found

@endif
@endsection @section('js') @endsection