@extends('layouts.backend')
@section('extra_css')
@endsection
@section('content')
@include('parts.message')
{{--
--}}
{{--
--}}
Name |
Photo |
Email |
Role |
Total Posts |
Action |
@foreach(\App\User::take(100)->skip(1)->get() as $user)
{{ $user->name }} |
 |
{{ $user->email }} |
{{ $user->role }} |
|
|
@endforeach
@endsection
@section('extra_js')
@endsection