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