@extends ('layouts.app')
@section('title')
{{ __('Trash') }} {{ __('List') }} {{ __('Users') }}
@endsection
@section('breadcrumbs')
| # | {{ __('labels.users.fields.name') }} | {{ __('Updated at') }} | {{ __('Created by') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $row->id }} | {{ $row->name }} | {{ $row->updated_at->isoFormat('llll') }} | {{ $row->created_by }} | {{ __('labels.restore') }} |
@lang('No record found in trash!')