@extends('home.layouts.index') @section('title') آموزش های سایت نیکسان @endsection @section('description') @endsection @section('keywords') @endsection @section('style') @endsection @section('script') @endsection @section('content')
@foreach($educations as $education)

  {{ $education->title }}

{!! $education->embed!!}
@endforeach
@endsection