@extends('web.layouts.app') @section('title') {{companyName()}} || {{@$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
No Content Found