@extends('admin.layouts.master') @section('title') Users @endsection @section('page-title') Users @endsection @section('body')
@endsection @section('content') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
|
UserName | Action | ||
---|---|---|---|---|
|
{{ $data->name }} | {{ $data->email }} | Live |
|