@extends('user.app') @section('pagetitle') {{ $cms->title }} @stop @section('pagedescription') @php echo $meta_details = trim($cms->meta_details); @endphp @stop @section('pagekeywords') @php echo $meta_tags = trim($cms->meta_tags); @endphp @stop @php $photos1 =array(); $img_path1 = ''; $img_path2 = ''; if( !empty($cms->image1)) { $photos1 = unserialize( $cms->image1); if(count($photos1)>0) { $img_path1=url('/logo/'.$photos1['image1']); } } @endphp @section('main-content')