@extends('layouts.admin')
@section('title')
Zion Global
@endsection
@section('styles')
@endsection
@section('page')
Create Account
@endsection
@section('content')
| # |
Name |
Email |
Created |
Actions |
@foreach ($user as $m)
| {{$i}} |
{{$m['name']}} |
{{$m['email']}} |
{{$m['created_at']}} |
|
@endforeach
{!! $user->render() !!}
@endsection
@section('script')
@endsection