@extends('administrator.layout') @section('admintitle', 'User') @section('content')
| {{ __('text.firstname') }} | {{ __('text.lastname') }} | {{ __('text.email') }} | {{ __('text.status') }} | {{ __('text.action') }} | |||
|---|---|---|---|---|---|---|---|
| {{ $d->firstname }} | {{ $d->lastname }} | {{ $d->email }} | @if($d->status==1) {{ __('text.active') }} @else {{ __('text.deactive') }} @endif |
|
|||
| {{ __('text.no_records_found') }} | |||||||
|
{{ $data->links() }}
|
|||||||