@extends('layouts.front') @section('content')

{{__('Programari online APL')}}

{{__('Programeazate online simplu si rapid')}}

@foreach($apointments as $index => $i)

{{$i->name}}

@if($index == 0)

{{ trans('module.prog_menu_1') }}

@elseif($index == 1)

{{ trans('module.prog_menu_2') }}

@elseif($index == 2)

{{ trans('module.prog_menu_3') }}

@endif {{ trans('module.prog_menu_link_text') }}
@endforeach
@endsection