@extends('home.users_profile.layout') @section('title') آموزش ها @endsection @section('style') @endsection @section('script') @endsection @section('content')

آموزش ها

@foreach($educations as $education)
{!! $education->embed !!}

  {{ $education->title }}

{!! $education->description!!}
blog

{{ $education->title }}

@endforeach
@endsection