@extends('layouts.app') @section('title', trans('users.page.title')) @section('content')

@lang('users.page.heading')

@can('user.add') @endcan
@if (auth()->user()->can('role.delete'))
@endif
@endsection @push('scripts') @endpush