@extends('admin.layouts.masterlayout') @section('title') Shop Users List @endsection @section('head_title') Shop Users @endsection @section('content')
{{-- @if (authAdminUser()->can('shop_user.add')) Add Shop User @endif --}}
# User Name Email Phone Number Joined Date Status Action
@endsection @section('script') @endsection