@extends('admin.template.master') @section('title') User Home User @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Add User ID Avatar Name Email Role Location Status Action @endsection @section('javascripts') @endsection