@extends('layouts.main-layout') @section('content')

Staff Admins

@foreach ($data as $item) {{-- --}} @endforeach
No. Name Email Password Contact Status Records Action
{{ $i }} {{ $item->name }} {{ $item->email }} {{ $item->password }} {{ $item->contact }}{{ \Carbon\Carbon::parse($item->created_at)->format('m-d-Y') }} @if ($item->status == 1) Active @else Inactive @endif View Records    
No. Name Email Password Contact Date Records Action
@endsection