@extends('layouts.backend',['page_title'=>'Pages']) @section('title')@parent - {{ trans('product.globals.categories') }} @stop @section('content-header')

{{ $head_title }}

Actions

@if(auth()->user()->role_id == 1 || auth()->user()->can('users.create')) {{trans('backend.Add New')}} @endif

@if(1!=1&auth()->user()->role_id == 1)
{{ csrf_field() }}

حذف الكل
@endif

Advanced Serach

@stop @section('content')
@if($users && count($users) > 0) @foreach($users as $key=>$user) @if(1!=1)@endif @endforeach @else @endif
{{ trans('backend.fields.name') }} {{ trans('backend.fields.email') }} {{ trans('backend.fields.status') }} تاريخ الانشاء {{ trans('backend.action') }}
{!! $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')}}
{{$users->appends(Request::all())->links() }}
@stop @section('scripts') @stop