@extends('layouts.master') @section('content')
{{ csrf_field() }}

List Of Employee

Add
@php($i=1) @foreach($identities as $identity) @php($i++) @endforeach
Code Name Email Role Action
{{ $identity->type }} {{ $identity->number }} {{ $identity->issued_date }} id }}"> id }}"> id }}" onclick="return confirm('Are you sure');">
Code Name Email Role Action
@endsection