@extends('layouts.admin') @section('title') Zion Global @endsection @section('styles') @endsection @section('page') Create Account @endsection @section('content')

Registered Admin

@foreach ($user as $m) @endforeach
# Name Email Created Actions
{{$i}} {{$m['name']}} {{$m['email']}} {{$m['created_at']}}
{!! $user->render() !!}
@endsection @section('script') @endsection