@extends('layouts.webhome') @section('content')
@php $i=0; @endphp @foreach(staff() as $key => $staff) @endforeach
S.No. Employee Name Designation Mobile Number Email ID
{{ ++$i }} {{ $staff->employee_name }} {{ $staff->designation }} {{ $staff->mobile_no }} {{ $staff->email_id }}
@include('notice')
@endsection @section('script') @endsection