@extends('layouts.backend',['page_title'=>'Pages']) @section('title')@parent - {{ trans('product.globals.categories') }} @stop @section('content-header')
| {{ trans('backend.fields.name') }} | {{ trans('backend.fields.email') }} | {{ trans('backend.fields.status') }} | تاريخ الانشاء | {{ trans('backend.action') }} | |
|---|---|---|---|---|---|
| @endif | {!! $user->name !!} | {!! $user->email !!} |
@if($user->confirmed)
{{ trans('backend.Active') }}
@else
{{ trans('backend.Not Active') }}
@endif
|
{!! $user->created_at !!} |
@if(auth()->user()->role_id == 1 || auth()->user()->can('users.show'))
@endif
@if(auth()->user()->role_id == 1 || auth()->user()->can('users.edit'))
@endif
@if(1==1)
id) }}'
class="btn btn-danger btn-sm delete" data-toggle="tooltip"
title="{{trans('backend.Delete')}}">
@endif
|
| {{trans('backend.no records founded')}} | |||||