@extends('ved.layout.layout') @section('content')
@foreach ($career->children->take(4) as $item)

{{ $item->title }}

{{ $item->subtitle }}

@endforeach

Your Life at Ved Education

@foreach ($career->children->skip(4) as $item)

{!! $item->text !!}

@endforeach

Open Positions

@foreach ($positions as $item) @endforeach
@endsection