@extends('home.layouts.index')
@section('title')
{{ $education->title }}
@endsection
@section('description')
@endsection
@section('keywords')
@endsection
@section('style')
@endsection
@section('script')
@endsection
@section('content')
{!! $education->description !!}
@endsection