{{\Carbon\Carbon::parse($educationResource->created_at)->format('d/m/Y')}}
@include('frontend.template.education_resource.target_tag',['education_resource_target_tag'=>$educationResource->educationResourceTarget])
{{$educationResource->title}}
{{$educationResource->description}}
@include('frontend.template.education_resource.class_tag',['education_resource_class_tag'=>$educationResource->educationResourceClass])
@foreach($educationResource->attachments->groupBy('type_id') as $attachment)
@include('frontend.template.education_resource.attachment.type_tag',['education_resource_attachment_type_tag' => $attachment->first()->type])
@endforeach