@extends('layouts.master') @section('title') Users @endsection @section('page-title') Users @endsection @section('body') @endsection @section('content')

Users

@can('Create User') @endcan
Action # First Name Middle Name Last Name Email Role
@endsection @section('scripts') @endsection