@extends('admin.partial.template-full') @section('header')
@endsection @section('section')

Users


@foreach($users as $user) @endforeach
ID Username Statuses Storage Actions
{{$user->id}} {{$user->username}} @if($user->is_admin) @endif {{$user->profile ? $user->profile->statusCount() : 0}}

View Edit Delete
{{$users->links()}}
@endsection @push('styles') @endpush @push('scripts') @endpush