@extends('admin::layout')
@component('admin::components.page.header')
@slot('title', trans('user::users.users'))
{{ trans('user::users.users') }}
@endcomponent
@component('admin::components.page.index_table')
@slot('buttons', ['create'])
@slot('resource', 'users')
@slot('name', trans('user::users.user'))
@slot('thead')
@include('admin::partials.table.select_all')
{{ trans('admin::admin.table.id') }} |
{{ trans('user::users.table.first_name') }} |
{{ trans('user::users.table.last_name') }} |
{{ trans('user::users.table.email') }} |
{{ trans('user::users.table.last_login') }} |
{{ trans('admin::admin.table.created') }} |
@endslot
@endcomponent
@push('scripts')
@endpush