@extends('dashboard.layout.app') @section('style') @endsection @section('content') @include('dashboard.blocks.title',['button' => true, 'route' =>route('admins.create'), 'icon' => 'plus'])
{{__('translation.clear search result')}}

{{__('translation.result_count')}} ({{$rows->count()}})

{{-- --}} {{-- --}} @php $i = 1; @endphp @foreach($rows as $item) {{-- --}} {{-- --}} @endforeach
# {{__('translation.name')}} {{__('translation.email')}} {{__('translation.role')}} الحالة{{__('translation.show')}} {{__('translation.actions')}}
{{$i++}} {{$item->name}} {{$item->email}} {{__('translation.'.$item->role)}} id)}}" {!! ( $item->is_active == '1' )? 'checked':'' !!} name="enabled" value="1" data-plugin="switchery" onchange="toggleActive(this)" data-color="#00b19d"/> {{__('translation.show')}} {{__('translation.edit')}} {{__('translation.delete')}}
{{ $rows->appends($search)->links() }}
@endsection @section('script') @endsection