@extends('layouts.app') @section('title') {{ __('Users') }} @endsection @section('breadcrumb')
@endsection @section('content')
@can('create_user') {{ __('Create') }} @endcan
@if(isset($from)) @endif
# {{ __('Name') }} {{ __('Last name') }} {{ __('Email') }} {{ __('Status') }} {{ __('Roles') }} {{ __('Laboratories') }} {{ __('Action') }}
@endsection @section('scripts') @endsection