@extends("sendingpartner.layouts.layout") @section("title", "Sending Partner - Users") @section("page_style") @endsection @section("content")

{{ __('message_lang.LBL_USERS') }}

@if($connectedUser->role == config('constants.SENDING_PARTNER_ROLE_NUMERIC.SUPERVISOR')) {{ trans('message_lang.LBL_ADD_NEW') }} @endif
# {{ __('message_lang.LBL_NAME') }} {{ __('message_lang.LBL_EMAIL') }} {{ __('message_lang.LBL_PHONE_NUMBER') }} {{ __('message_lang.LBL_ROLE') }} {{ __('message_lang.LBL_STATUS') }} {{ __('message_lang.LBL_ACTION') }}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection