@extends('layout.app') @section('title') Study Abroad @endsection @section('content')

{{$page->title}}

{{$page->sub_title}}
{!!$page->description!!}
@foreach($services as $service) @php $index = $loop->index; @endphp
@if($index == 0 || $index == 2 || $index == 4)

{{$service->name}}

{!!$service->short_description!!} Read more
@else

{{$service->name}}

{!!$service->short_description!!} Read more
@endif
@endforeach @endsection