@extends('layouts.content') @section('body_content') List Type Certificate List Type Certificate Position No Type Certificate Action @foreach ($certifRole as $certif) {{ $loop->iteration }} {{ $certif['type_certificates']['type']}} @endforeach @include('type_certificate.modals.delete_type_certificate_modal') @endsection