@extends('backend.layout.master') @section('title','Users-list') @section('content') @if(Session::get('success')) @endif @if(Session::get('updated')) @endif @if(Session::get('delete')) @endif @if(Session::get('error')) @endif
S.No | User | blogs | created at | Actions | |
---|---|---|---|---|---|
S.No | User | blogs | created at | Actions | |
{{$num++}} | {{$user->name ?? ''}} | {{$user->email ?? '' }} | {{ count($user->blogs) ?? '' }} | {{$user->created_at ?? '' }} | Delete |