@extends("agentportal.layouts.layout") @section("title", trans('message_lang.LBL_ACTIVATE_PASSCODE')) @section("page_style") @endsection @section("content")

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

@csrf
@error('activationCode') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection