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