@extends('web.layouts.main') @section('content')

جلسات Green Apple

@foreach($results as $row) @if(is_null($row->video))
{{$row->name}}

تفاصيل الجلسه:

{{$row->description}}

@else
{{$row->name}}

تفاصيل الجلسه:

{{$row->description}}

@endif @endforeach
@stop