@extends('layouts.app') @section('title', __('user.users_list')) @section('css') @endsection @section('content')
{{ __('user.users_list') }}
@can('user.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('user.username') }} {{ __('user.first_name') }} {{ __('user.last_name') }} {{ __('app.email') }} {{ __('app.mobile') }} {{ __('app.role') }} {{ __('app.status') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection