@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!!} {{ $education->title }} @endforeach @endsection