@extends('layouts.master') @section('content-header')

{{ trans('user::users.title.users') }}

@stop @section('content')
Id {{ trans('user::users.table.first-name') }} {{ trans('user::users.table.last-name') }} {{ trans('user::users.table.email') }} {{ trans('user::users.table.created-at') }} {{ trans('user::users.table.actions') }}
Id {{ trans('user::users.table.first-name') }} {{ trans('user::users.table.last-name') }} {{ trans('user::users.table.email') }} {{ trans('user::users.table.created-at') }} {{ trans('user::users.table.actions') }}
@include('core::partials.delete-modal') @stop @push('js-stack')