@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->description!!}
@endforeach
@endsection