@extends('dashboard.master.layouts.master') @section('content')

Master Dashboard

@foreach ($admins as $admin) @endforeach
Name Email Status Registered
{{ $admin->email }} {{ $admin->email }} @if ((int) $admin->status == 1) @else @endif {{ date('dS M Y', strtotime($admin->created_at)) }}
Name Email Status Registered
@endsection