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