@extends('admin.layouts.masterlayout') @section('title') User Management @endsection @section('head_title') User Management @endsection @section('content')

User List

@if (authAdminUser()->can('user_management.create')) Add User @endif
# User Name Email Phone Number Joined Date Total Bookings No Show Status Action
@endsection @section('script') @endsection