@extends('user.app') @section('pagetitle'){{$educator->coaching_classes}}@stop @section('pagedescription') @php $meta_details = trim($educator->meta_details); @endphp @stop @section('pagekeywords') @php $meta_tags = trim($educator->meta_tags); @endphp @stop @section('main-content')
@php
$photos =array();
if( !empty($educator->logos))
{
$photos = unserialize( $educator->logos);
if(count($photos)>0)
{
$img_path=url('/logo/'.$photos['photo1']);
echo '';
}
}
@endphp
By {{$educator->coaching_classes}}
@endif @endforeach