@extends('layouts.admin') @section('title') Admin | User List @endsection @section('content')

User/Lists

User List
@if(Auth::user()->hasRole('Admin') ) @endif @if(Auth::user()->hasRole('Admin') ) @endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
@endsection @section('scripts') @endsection