@extends('Front.PatientLayout.mainLayout') @section('title', 'Education') @section('css') @endsection @section('content') {{-- {{ pre($eduData) }} --}} {{-- {{pre($dataTriggereng)}} --}} {{-- {{ pre($eduData['educationfuture']) }} --}}

{{-- educationfuture --}}
{{ __('education.featured') }}

{{ $eduData['educationfuture']['title'] }}

{{ __('education.content') }}

@foreach ($eduData['educationData'] as $edu)

{{ $edu['name'] }}

@endforeach

{{ __('education.exploreResource') }}

{{ __('education.helpful') }}

@endsection