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

Builder Admins

@foreach ($data as $item) {{-- --}} @endforeach
No. Name Email Password Contact Location Status Records Action
{{ $i }} {{ $item->name }} {{ $item->email }} {{ $item->password }} {{ $item->contact }} {{ $item->location }}{{ \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 Status Records Action
@endsection