@extends('layouts.main-layout')
@section('content')
Builder Admins
| No. |
Name |
Email |
Password |
Contact |
Location |
Status |
Records |
Action |
@foreach ($data as $item)
| {{ $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 |
|
@endforeach
| No. |
Name |
Email |
Password |
Contact |
Status |
Records |
Action |
@endsection