@extends('dashboard.layouts.master') @section('title') الادارة @stop @section('css') @endsection @section('page-header')
@endsection @section('content') @include('dashboard.messages_alert')# | {{ __('name') }} | {{ __('email') }} | {{ __('status') }} | {{ __('edit') }} | {{ __('created_at') }} |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $user->name }} | {{ $user->email }} | تعديل | {{ $user->created_at->diffForHumans() }} |