@extends('layouts.master') @section('browserTitle') {{ trans('menu.availEx') }} @endsection @section('breadcrumb') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @endif @endsection @section('title') {{ trans('menu.availEx') }} @endsection @section('body')
@foreach($ex_list as $ex)
{{ $ex['name'] }}

{{ trans('ex.' . $ex['code'] . 'ShortDescription') }}

@endforeach
@endsection