@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
Employee Without Pin
@php $slNumber = 1 @endphp @foreach ($wopinemployees as $wopinemployee) {{-- edit modal --}} @endforeach
Sl Employee Name Department Designation Mobile Email Assigned Pin
{{ $slNumber++ }} {{ $wopinemployee->employee_name }} {{ $wopinemployee->department }} {{ $wopinemployee->designation }} {{ $wopinemployee->mobile }} {{ $wopinemployee->email }}
@endsection