@extends("sendingpartner.layouts.layout") @section("title", "Create User") @section("page_style") @endsection @section("content")

{!! trans("message_lang.LBL_ADD_USER") !!}

@csrf
@if($partner->sending_method == config('constants.SENDING_PARTNER_SENDIND_METHOD.DISBURSEMENT'))
@else @endif
@endsection @section("page_vendors") @endsection @section("page_script") @endsection