@extends('layouts.app') @section('content')

Staff List

@foreach ($allData as $kye=>$row ) @endforeach
Sl Name Designation Mobile Number Email Joining Date Image Action
{{$kye+1}} {{$row->name}} {{$row->designation}} {{$row->number}} {{$row->email}} {{$row->joiningDate}}
@endsection