@extends('admin.templates.layout') @section('head') @endsection @section('content')
Users
@if(auth()->user()->can("users-create")) Create New User @endif
Sl No Name Role Phone Email Created On Actions
@stop @section('script') @stop