@extends('Layouts.dashboardLayout') @section('content')
@include('includes.messages')
@include('includes.modals.modals')
{{--

Katherine Lumaad

Executive Director at ThemePixels, Inc.

San Francisco, California

A consummate human capital management professional with international training and talent management implementations experience across the entire universe...Read more

--}}
Education
@foreach(\Illuminate\Support\Facades\Auth::user()->education as $education)
{{$education->school_name}}

{{$education->fieldOfStudy}}

{{$education->schoolStart_month}} {{$education->schoolStart_year}} {{$education->schoolEnd_month}} {{$education->schoolEnd_myear}} -  Edit

@endforeach
@include('includes.alerts') @endsection @section('script') @endsection