@extends('web.layouts.container') @section('content')
@if(count($certifications)) @foreach($certifications as $certification)
{{$certification->title}}
@endforeach @endif
@endsection @section('inner_js') @endsection