@extends('backend.partials.master') @section('title') Users @endsection @section('maincontent')
@if (hasPermission('create_user') == true) New User @endif

Users Table

SR NO Username Name Email Role Status Action
@endsection